Close

Menu

  • About this blog
  • slashdot
  • metis
  • stackoverflow
Home Menu

Tag conda

Posts: 2

How to save Jupyter's environment (and kernels)

Damien martin | Wed 13 November 2019 | Category Tools

An earlier article, "Save the environment with conda", showed how to make a new environment and use it with Jupyter. This article walks through how to fix Jupyter if it isn't using the correct environment.

Save the environment with conda (and how to let others run your programs)

Damien martin | Tue 22 January 2019 | Category Tools

Environments allow you to distribute software to other users, where you don't know what packages they have installed. This is a better solution than using requirements.txt, as the packages you install won't interfere with the users system.