A JupyterLab server extension
Project description
jupyterlab-primehub
Jupyterlab extension for PrimeHub
Requirements
- JupyterLab >= 2.2.5
Install
jupyter labextension install @infuseai/jupyterlab-primehub
pip install jupyterlab_primehub
jupyter serverextension enable jupyterlab_primehub
Uninstall
jupyter labextension uninstall @infuseai/jupyterlab-primehub
jupyter serverextension disable jupyterlab_primehub
pip uninstall jupyterlab_primehub
Build the Docker Image
Example docker file:
FROM jupyter/base-notebook
ARG PRIMEHUB_EXTENSION_VERSION="0.1.4"
USER $NB_UID
RUN pip install --no-cache-dir jupyterlab_primehub~=$PRIMEHUB_EXTENSION_VERSION && \
jupyter serverextension enable jupyterlab_primehub && \
jupyter labextension install @infuseai/jupyterlab-primehub@~v$PRIMEHUB_EXTENSION_VERSION && \
jupyter-lab build
Troubleshooting
-
If the JupyterLab < 2.2.5, you may see this error:
ValueError: No version of @infuseai/jupyterlab-primehub could be found that is compatible with the current version of JupyterLab. However, it seems to support a new version of JupyterLab. Consider upgrading JupyterLab. Conflicting Dependencies: JupyterLab Extension Package >=2.1.2 <2.2.0 >=2.2.5 <3.0.0 @jupyterlab/application >=2.1.1 <2.2.0 >=2.2.5 <3.0.0 @jupyterlab/apputils >=2.1.2 <2.2.0 >=2.2.5 <3.0.0 @jupyterlab/notebook >=5.1.0 <5.2.0 >=5.2.4 <6.0.0 @jupyterlab/services -
If the
jupyter-clientversion is too old, you may see this error:from jupyter_client import AsyncKernelManager ImportError: cannot import name ‘AsyncKernelManager’
-
If the
ipykernelversion is too old, you may see this error:AttributeError: 'AsyncKernelManager' object has no attribute ‘cleanup_resources'
Contributing
Please check DEVELOPMENT.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jupyterlab_primehub-0.1.4.tar.gz
(21.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jupyterlab_primehub-0.1.4.tar.gz.
File metadata
- Download URL: jupyterlab_primehub-0.1.4.tar.gz
- Upload date:
- Size: 21.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.5.0.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13b0246d0f8076b60bf148944bd535ad14ea79157121b7a25e292d58bf1493b4
|
|
| MD5 |
7980d3ed3011ab40529cdbc604d8ea3d
|
|
| BLAKE2b-256 |
3463cc0c7468208a9c01640f4b2fd7e6dee9698ac94a81ba3822ec29493131fe
|
File details
Details for the file jupyterlab_primehub-0.1.4-py3-none-any.whl.
File metadata
- Download URL: jupyterlab_primehub-0.1.4-py3-none-any.whl
- Upload date:
- Size: 28.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.5.0.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a9d5fbf52793bc60ac9875e405dad9cfa7af2293cb03cdf94907eb9cb14e0db
|
|
| MD5 |
fd97dfd0233e7674200d0c6ea339ffed
|
|
| BLAKE2b-256 |
21c1ab95af62b21a16a5b5fc47d1364ae4aaa33f4fe3a72598f001bf16ec5456
|