pn11 / jupyter-env

My environment for Jupyter Notebook and Lab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My environment for Jupyter Notebook and Lab.

License:The Unlicense


Languages

Language:Shell 100.0%