Skip to content

Dear Internet Explorer user: Your browser is no longer supported

Please switch to a modern browser such as Microsoft Edge, Mozilla Firefox or Google Chrome to view this website's content.

Add your Conda environment to your Jupyter Notebook

Posted 31st May 2022

No comments

By default, Jupyter Notebook will only display a single kernel (called ipykernel) when installed in a new environment. Here’s a procedure for choosing another Conda environment in a Jupyter Notebook.

Read the full story...

Skip cells when running Jupyter Notebook scripts

Posted 27th September 2021

1 comment

There is a surprisingly simple way to turn off specific cells in Jupyter Notebook without having to manually comment-out chunks of code.

Read the full story...

Python logo

Larger matplotlib images in Jupyter Notebook

Posted 21st February 2019

No comments

Simple code to enable matplotlib to generate larger inline images in Jupyter Notebook.

Read the full story...