Re: [jupyter] How to get ipython3-qtconsole running in Jupyter world?

2018-05-17 Thread Simon Biggs
On Ubuntu I do the following: curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash bash pyenv install 3.6.5 pip install qtconsole jupyter qtconsole If you have trouble with that you might be better off downloading Anaconda --

Re: [jupyter] How to get ipython3-qtconsole running in Jupyter world?

2018-05-17 Thread Thomas Kluyver
The package on pip and conda is now called 'qtconsole'. I wouldn't recommend installing Jupyter through apt, because Ubuntu's packages are usually outdated. On 17 May 2018 at 16:25, Shriramana Sharma wrote: > Hello. I was happily using IPython3's QtConsole and on my Kubuntu

[jupyter] How to get ipython3-qtconsole running in Jupyter world?

2018-05-17 Thread Shriramana Sharma
Hello. I was happily using IPython3's QtConsole and on my Kubuntu I only had to install the package ipython3-qtconsole and I'd be able to just call up the app and simply use it. Now with the transition to Jupyter the contents of the packages have all changed. All I want is to use the current