QuantEcon / lecture-source-jl

Source files for "Lectures in Quantitative Economics" -- Julia version
https://julia.quantecon.org
BSD 3-Clause "New" or "Revised" License
131 stars 53 forks source link

Add JupyterLab Extensions to Local Instructions #683

Open jlperla opened 5 years ago

jlperla commented 5 years ago

Subset of #653 @arnavs see this for the hubs. I tested on destkop

On a desktop

conda install -c conda-forge nodejs
pip install jupyterlab-quickopen
jupyter labextension install @jupyterlab/toc  --no-build
jupyter labextension install @parente/jupyterlab-quickopen  --no-build
jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build
jupyter lab build --dev-build=False
npm cache clean --force

Can this stuff be done within julia miniconda? Dunno.

arnavs commented 5 years ago

@jlperla Just to confirm, at this point we are only installing this stuff? Or do you also want me to try plugging it into the actual hub

arnavs commented 5 years ago

OK, seems to work out of the box. I've added it to the hubs.

Renaming this and moving to 1.2 (just a guess) for when we are ready to put this in the instructions.