You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While troubleshooting an issue on Cal Poly's JupyterHub deployment (jupyterhub/jupyterhub#1618), we found that the notebook server can't start if ~/.jupyter is a file. Filing a follow up issue here as this error probably effects all Jupyter entrypoints. The relevant code is likely in this repo's source.
A few more details:
* This issue showed up in a jupyterhub deployment when I asked users to
configure an nbgrader_config.py file in .jupyter.
* Some of the users accidentally created a .jupyter file rather than a
directory
--
Brian E. Granger
Associate Professor of Physics and Data Science
Cal Poly State University, San Luis Obispo
@ellisonbg on Twitter and GitHub
[email protected] and [email protected]
While troubleshooting an issue on Cal Poly's JupyterHub deployment (jupyterhub/jupyterhub#1618), we found that the notebook server can't start if
~/.jupyter
is a file. Filing a follow up issue here as this error probably effects all Jupyter entrypoints. The relevant code is likely in this repo's source.cc/ @minrk @ellisonbg
The text was updated successfully, but these errors were encountered: