Toggle navigation
JUPYTER
FAQ
View as Code
Python 3 Kernel
View on GitHub
Execute on Binder
Download Notebook
papermill
binder
cli-simple
Notebook
Simple input notebook with parameters
¶
In [1]:
msg
=
None
In [2]:
# Parameters
msg
=
"Hello"
In [3]:
print
(
msg
)
Hello