To install from an Anaconda prompt
conda install -c conda-forge jupyterlab
(need your proxy working of course)
Wait.
jupyter serverextension enable --py jupyterlab --sys-prefix
and then jupyter lab
And open the URL provided.
Profit!
To install from an Anaconda prompt
conda install -c conda-forge jupyterlab
(need your proxy working of course)
Wait.
jupyter serverextension enable --py jupyterlab --sys-prefix
and then jupyter lab
And open the URL provided.
Profit!
And
%matplotlib inline
for nice plots withoutplt.show()
all over the place.