Vicky Steeves and Nicholas Wolf
Vicky's ORCID: 0000-0003-4298-168X | Nick's ORCID: 0000-0001-5512-6151
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
jupyter notebook --notebook-dir=PATH-TO-FOLDER
shift + enter
to run an active cellesc
in highlighted cell to toggle command options:
esc + L
= show line numbersesc + M
= format cell as Markdown cellesc + a
= insert cell above current cellesc + b
= insert cell below current cell%whos
from IPython.display import Image as IM
from IPython.display import display
import matplotlib.pyplot as plt
%matplotlib inline
display(dataframe)
display(image)
x = list of values
y = list of values
plt.scatter(x, y)
plt.xlabel('X Axis')
plt.xlabel('Y Axis')
jupyter nbconvert --output-dir='./docs' --to html *.ipynb
Email us: vicky.steeves@nyu.edu & nicholas.wolf@nyu.edu
Learn more about RDM: guides.nyu.edu/data_management
Get this presentation: guides.nyu.edu/data_management/resources
Make an appointment: guides.nyu.edu/appointment
Vicky's ORCID: 0000-0003-4298-168X | Nick's ORCID: 0000-0001-5512-6151
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.