serieslite.blogg.se

Install ipython package
Install ipython package








install ipython package install ipython package install ipython package

Note: I initially tried using the easy_install way of installing conda, only to run into the following error:Įrror: This installation of conda is not initialized. Then, scp the Miniconda installer to your Della local directory (e.g. It works on Linux, OS X and Windows, and was created for Python programs but can package and distribute any software.Īnd download the latest Linux x86-64 version, namely:

Install ipython package software#

It sets up a lot of packages (including Python 3, instead of the archaic 2.6 that Della runs you have to module load python as Ian does in his post in order to load 2.7) and manages them seamlessly, without having to worry about what package is in what directory.Ĭonda is an open source package management system and environment management system for installing multiple versions of software packages and their dependencies and switching easily between them. So any IPython notebook that I create and work on in my local directory will simply not work in Della, which is quite annoying.Īlso, I think there is a lot of benefit to setting up and using Anaconda in my Della directory. However, when I was trying to sync the notebooks between the copies on my local machine and Della, I found out that the version of IPython on Della is the old 2.3 version, and that IPython is not backward compatible. Thanks to Ian’s previous post, I was able to set up IPython notebook on Della, and I’ve been working extensively with it.










Install ipython package