NII-cloud-operation / sshkernel

SSH Kernel for Jupyter
BSD 3-Clause "New" or "Revised" License
71 stars 14 forks source link

feat: New magic command for parameterized execution #5

Closed m-ueno closed 5 years ago

m-ueno commented 5 years ago

Introduce %param <variable> <value> magic to declare and refer parameters in notebooks.

See "examples/parameterized-notebook.ipynb" for details.