
Download Anaconda at the following link: /distribution If you don't see the Anaconda Prompt in the Windows Start Menu, then you need to install the Anaconda distribution of Python.

Go to the Windows start menu and select under. Then click the run button in the middle of the menu at the top of the notebook.Īnother method to open a Jupyter notebook is to use the Anaconda Prompt. Try typing the code below in the first cell in the notebook to the right of the In : prompt: import this In the upper right select -> Ī new notebook will open as a new tab in your web browser. This action opens the Jupyter file browser in a web browser tab. Open the Windows start menu and select -> Note that the Anaconda distribution of Python must be installed to use the Windows Start Menu to open a Jupyter notebook. One way to open a Jupyter notebook is to use the Windows Start Menu. On Windows, a Jupyter notebook can be started from the Anaconda Prompt, the Windows start menu and Anaconda Navigator. Jupyter notebooks contain Python code, the output that code produces and markdown cells usually used to explain what the code means. One way problem solvers can write and execute Python code is in Jupyter notebooks.

In this section, you will learn how to open a Jupyter notebook on Windows and MacOS. Opening a Jupyter Notebook Opening a Jupyter Notebook Problem Solving with Python Book Construction Open a Jupyter Notebook with Anaconda Navigator Open a Jupyter Notebook with the Anaconda Prompt logging_config = NotebookApp.login_handler_class Typeĭefault: ' a Jupyter notebook with the Windows Start Menu This example adds a new handler that writes to a file:Ĭ. This dictionary is merged with the base logging configuration whichĪ logging formatter intended for interactive use calledĪ logging handler that writes to stderr calledĬonsole which uses the formatter console.Ī logger with the name of this application set to DEBUG If provided this should be a logging configuration dictionary, for

to output the log to a file) or for finer control over the This configuration can be used to configure additional handlers

Log_level, log_datefmt and log_format settings. The default stderr logs handler is configured by the The date format used by logging formatters for %(asctime)s Application.log_format Unicodeĭefault: '%(highlevel)s %(message)s'
