If you're using JupyterLab 3.0.x, simply run:
pip install "jupyterlab-kite>=2.0.2"
If you're using JupyterLab 2.2.x, run:
pip install "jupyter-kite<2.0.0"
jupyter labextension install "@kiteco/jupyterlab-kite"
If you're using JupyterLab 3.0.x, simply run:
pip install "jupyterlab-kite>=2.0.2"
If you're using JupyterLab 2.2.x, run:
pip install "jupyter-kite<2.0.0"
jupyter labextension install "@kiteco/jupyterlab-kite"
评论