|
|
|
|
@ -2,6 +2,8 @@
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
[](https://mybinder.org/v2/gh/jtpio/jupyterlab-classic/main?urlpath=classic/notebooks/binder/example.ipynb)
|
|
|
|
|
[](https://pypi.org/project/jupyterlab-classic)
|
|
|
|
|
[](https://anaconda.org/conda-forge/jupyterlab-classic)
|
|
|
|
|
|
|
|
|
|
The next gen old-school Notebook UI.
|
|
|
|
|
|
|
|
|
|
@ -15,7 +17,13 @@ The next gen old-school Notebook UI.
|
|
|
|
|
pip install jupyterlab-classic
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
And with `conda` (coming soon):
|
|
|
|
|
With `mamba`:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
mamba install -c conda-forge jupyterlab-classic
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
With `conda`:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
conda install -c conda-forge jupyterlab-classic
|
|
|
|
|
|