Spyder 3.7 troubleshooting

Running Jupyter Notebooks in Spyder 3.7

Spyder 3.7 can run and render Jupyter notebooks. This may be necessary, for example, when you rely on libraries that require a windowing system. To enable this functionality, complete the following steps:

  1. In the Spyder Terminal, run mamba install -c spyder-ide spyder-notebook . In most layouts, the terminal is available as the last sub-tab in the top-right pane of Spyder.

2. Enable the notebook pane by selecting View > Panes > Notebook.

3. To open a notebook, use the gear icon in the notebook pane.

Last updated

Was this helpful?