|
8 years ago | |
---|---|---|
.vscode | 8 years ago | |
design | 8 years ago | |
examples | 8 years ago | |
git-hooks | 9 years ago | |
jupyterlab | 8 years ago | |
scripts | 8 years ago | |
src | 8 years ago | |
test | 8 years ago | |
tutorial | 8 years ago | |
typings | 8 years ago | |
.gitignore | 8 years ago | |
.travis.yml | 9 years ago | |
CONTRIBUTING.md | 8 years ago | |
LICENSE | 8 years ago | |
MANIFEST.in | 9 years ago | |
README.md | 8 years ago | |
RELEASE.md | 8 years ago | |
environment.yml | 8 years ago | |
jupyter-plugins-demo.gif | 9 years ago | |
jupyter_plugins.png | 9 years ago | |
package.json | 8 years ago | |
readthedocs.yml | 9 years ago | |
setup.py | 8 years ago | |
tslint.json | 8 years ago |
An extensible computational environment for Jupyter.
JupyterLab is a very early developer preview, and is not suitable for general usage yet. Features and implementation are subject to change.
With JupyterLab, you can create a computational environment for Jupyter that meets your workflow needs. Here's a quick preview of JupyterLab:
Jupyter notebook version 4.2 or later. To check the notebook version:
jupyter notebook --version
If you use conda
, you can install as:
conda install -c conda-forge jupyterlab
If you use pip
, you can install it as:
pip install jupyterlab
jupyter serverextension enable --py jupyterlab --sys-prefix
Start up JupyterLab:
jupyter lab
JupyterLab will open automatically in your browser. You may also access
JupyterLab by entering the notebook server's URL (http://localhost:8888
) in
the browser.
See the Contributing Guidlines.
The runtime versions which are currently known to work:
Earlier browser versions may also work, but come with no guarantees.