|
hace 8 años | |
---|---|---|
.vscode | hace 8 años | |
design | hace 8 años | |
examples | hace 8 años | |
git-hooks | hace 9 años | |
jupyterlab | hace 8 años | |
scripts | hace 8 años | |
src | hace 8 años | |
test | hace 8 años | |
tutorial | hace 8 años | |
typings | hace 8 años | |
.gitignore | hace 8 años | |
.travis.yml | hace 9 años | |
CONTRIBUTING.md | hace 8 años | |
LICENSE | hace 8 años | |
MANIFEST.in | hace 9 años | |
README.md | hace 8 años | |
RELEASE.md | hace 8 años | |
environment.yml | hace 8 años | |
jupyter-plugins-demo.gif | hace 9 años | |
jupyter_plugins.png | hace 9 años | |
package.json | hace 8 años | |
readthedocs.yml | hace 9 años | |
setup.py | hace 8 años | |
tslint.json | hace 8 años |
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.