From 6f1c81c2025009e3d45c2189d905dabceaedf3b6 Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Fri, 20 May 2022 01:19:30 -0400 Subject: [PATCH] * Added published URL. --- python/20210705.run-python-jupyter.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python/20210705.run-python-jupyter.md b/python/20210705.run-python-jupyter.md index 11794a0..ff3e000 100644 --- a/python/20210705.run-python-jupyter.md +++ b/python/20210705.run-python-jupyter.md @@ -1,5 +1,11 @@ # Question: Running Python Code on Jupyter Notebook + + I have Python code that I would like to run on HPC. Can I run it through the Jupyter notebook? If so, how can I?