Hoffman2:JupyterNotebook: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:


Download h2jupynb from https://gitlab.idre.ucla.edu/dauria/jupyter-notebook to local
Download h2jupynb from https://gitlab.idre.ucla.edu/dauria/jupyter-notebook to local
/Users/haiyan/Documents//scripts/jupyter-notebook/


chmod u+x h2jupynb
chmod u+x h2jupynb
Line 13: Line 12:
./h2jupynb -u userid -v 3.7.0
./h2jupynb -u userid -v 3.7.0


(You'll find more details [https://www.hoffman2.idre.ucla.edu/access/jupyter-notebook/])
(You'll find more details [[https://www.hoffman2.idre.ucla.edu/access/jupyter-notebook/]])





Revision as of 22:50, 20 November 2019

Use Jupyter Notebook

Methord 1: Run on Hoffman2

Download h2jupynb from https://gitlab.idre.ucla.edu/dauria/jupyter-notebook to local

chmod u+x h2jupynb

from your laptop, run (Using Python 3.7)

./h2jupynb -u userid -v 3.7.0

(You'll find more details [[1]])


Methord 2: Install to your laptop using Anaconda:

https://jupyter.org/install

Download Anaconda version 3.7, install to your Macbook, then run "jupyter notebook"