Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 413 Bytes

run.md

File metadata and controls

10 lines (6 loc) · 413 Bytes

Run code using Jupyter

  • Ensure your first line is `# %%. This will initiate the Jupyter environment

    Jupyter cell header

  • Use the "Run cell" button the Jupyter cell header or press shift-enter to exectute a cell and move to next cell or press ctrl-enter to exectute a cell and keep cursor at the position

Run code using Jupyter