Starting JupyterLab - UTMediaCAT/mediacat-docs GitHub Wiki

Starting JupyterLab

  • create or restore jupyter lab screen
    • first check if theres an existing jupyter lab screen, if there is just restore that
      • screen -ls
      • screen -r [screen name]
    • otherwise create a new one
      • screen -S jupyterlab
  • go to the jupyter-lab bin directory
    • cd /media/data/jupyter-lab/bin
  • activate the virtual env
    • source activate
  • start jupyter lab
    • ./run_jupyterlab.sh
  • copy paste the link into the mediacat server notes doc
  • finally detach the screen
    • ctrl + a, then d