diff --git a/foundations/jupyter.md b/foundations/jupyter.md index 9fd45a415..763072c7f 100644 --- a/foundations/jupyter.md +++ b/foundations/jupyter.md @@ -81,6 +81,15 @@ jupyter lab —browser=chrome **Congratulations!** You have just set up your first Python environment and run your first Python code in a Jupyter notebook. +
+

Info

+ There are a few code-syntax differences between running Python in a Jupyter notebook and a script: + +
+ ## Saving your notebook and exiting When you are done with your work, it is time to save and exit.