![]() |
Let’s see how to run Notebook in Jupyter from a terminal in this article, but first, let’s get a sense of what these terms mean.
PrerequisitesPlease ensure that Python and PIP are installed on your machine before continuing. If required visit Installation of Python or Installation of PIP on Windows. Make sure all the required dependencies are installed and are on the latest version. First, run cmd as an Administrator and execute. pip install jupyter
Creating a New Python Notebook FileNow, we will create a new Python notebook file. For this demo, we will crate a very basic notebook file with just one cell in it. Start the Jupyter Notebook by executing: jupyter notebook
Running the .ipynb file from the terminalWe can run this notebook file direclty from terminal in two ways:
jupyter notebook <notebook>.ipynb
|
Reffered: https://www.geeksforgeeks.org
Python |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 13 |