/jupyter-env

My environment for Jupyter Notebook and Lab.

Primary LanguageShellThe UnlicenseUnlicense

Jupyterlab Environment

Installation

  • Assuming python3, node, etc. are installed. Linuxbrew is recommended for newer version of node (brew install python3 node).
  • Running deploy.sh will install modules and extensions, and start a server.

Opening Port

Open the defalut port on CentOS7:

sudo firewall-cmd --permanent --add-port=8888/tcp
sudo firewall-cmd --reload

Reference