.
export JAIL=mage export JAILHOSTNAME=mage export JAILDOMAIN=ahlawat.com export JAILIP=88 export JAILUSER=p export JAILUSERID=1000 export JAILUSERVNC=true /root/FreeBSD/jails/create.sh $JAIL $JAILHOSTNAME $JAILDOMAIN $JAILIP $JAILUSER $JAILUSERID $JAILUSERVNC iocage exec $JAIL "sysrc vncserver_geometry=1920x1200" iocage console $JAIL pkg install py39-pip py389-jupyterlab py39-pandas py39-seaborn py39-scikit-learn py39-matplotlib py39-tensorflow jupyter notebook --generate-config Edit config-file c.NotebookApp.allow_remote_access = True c.NotebookApp.ip = '*' c.NotebookApp.open_browser = False
# PIP installation of jupyter pkg install py37-pyzmq py37-sqlite3 python3.7 -m venv jnb source jnb/bin/activate pip install --upgrade pip pip install jupyter