1. Install nodejs
    conda install -c conda-forge nodejs
  2. install jupyter lab
    conda install -c conda-forge jupyterlab
    https://github.com/jupyterlab/jupyterlab
  3. install jupyter lab:
    jupyter labextension install
    jupyter labextension list
  4. install bokeh plugin for jupyter
    jupyter labextension install jupyterlab_bokeh
    https://github.com/bokeh/jupyterlab_bokeh

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.