-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update HPC instructions for Jupyterlab version 3 #815
Conversation
Jupyterlab version 3 no longer needs to have extensions installed separately. Hurrah! Also the config file with the password is now in `~/.jupyter/jupyter_server_config.py` instead of `~/.jupyter/jupyter_notebook_config.py`.
Thank you for your contributions! A preview of your changes can be viewed at: |
@clyne would you be willing to review this? |
Sorry, but I have zero experience with Jupyter Lab in HPC environments. Perhaps @andersy005 would be willing? |
@choldgraf , perhaps you could review, now that you guys are on the Pangeo project! |
@rsignell-usgs I'd be happy to review but to be honest I don't think I am qualified haha. I still haven't used JupyterLab 3 and haven't been very involved in its development 😬 . Though I think that @GeorgianaElena has recently been working on getting JupyterLab 3 to work in the 2i2c hubs, so maybe she can share some things she's learned? |
Hi there 👋 The most important thing that I learned when trying to switch to JupyterLab3 is making sure that all the previous extensions you were using are actually compatible with v3. This means that they should have the jupyterlab extension be installed automatically as part of the python package pip installation. For example, I noticed Hope I've been of any help 🌻 |
Thanks @andersy005 for the fixes, and thanks @choldgraf for passing the buck to @GeorgianaElena ! 😸 @GeorgianaElena , looks like with jupyterhub/jupyter-server-proxy#245 we are good to go with jupyter-server-proxy, right? |
Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu>
Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu>
The labextensions seem to be working fine, so merging |
Jupyterlab version 3 no longer needs to have extensions installed separately. Hurrah! Also the config file with the password is now in
~/.jupyter/jupyter_server_config.py
instead of~/.jupyter/jupyter_notebook_config.py
.