Forums

installing modules for Jupyter

I'm trying to use toyplot inside Jupyter. I followed the instructions for installing modules and it works inside a normal python file, but not through Jupyter. Is there an additional step?

The instructions also suggest nominating modules that should get included by default. I nominate toyplot!

You'll need to make sure that your notebook is running the same version of Python where you installed the module or that you're using the virtualenv where you installed the module. There's a Kernel menu that lets you change the kernel that is used in the notebook.