Notebook Setup for Data Science
The following are the steps to set up a remote jupyter notebook server that one can connect locally to run their machine learning.
The steps are as follows
CREATE EXEC SCRIPT
CREATE a file jupyter-startup.sh
source ~/miniconda3/etc/profile.d/conda....
blog.ablearn.io2 min read