Re: [jupyter] How to add an iframe to Jupyterlab cell output?

2018-05-17 Thread Pavel Vasev
Thank you, Vidar! С уважением, Павел Васёв 2018-05-08 16:42 GMT+05:00 Vidar Tonaas Fauske : > Note that outputs can have a metadata flag "isolated" set to indicate that > they should be rendered in an iframe. See e.g. https://github.com/jupyter/ > notebook/issues/3153 for

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

2018-05-17 Thread Shriramana Sharma
Thanks all very much! Special thanks to takluyver whose sympy packages I have used from Launchpad earlier. ☺ 'pip3 install qtconsole' followed by 'jupyter qtconsole' works fine for me. I also created the following Jupyter-Console.desktop file and put it in ~/.local/share/applications/ to get

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 --

[jupyter] jupyterlab not honouring PYTHONPATH env var

2018-05-17 Thread Robert Muil
Dear all, version 0.32.1 of JupyterLab does not seem to honour the `PYTHONPATH` env var if it is set upon launch of the lab. Instead, the current directory of the file browser is inserted into `sys.path`... Is there a way around this that doesn't require hardcoding the directory into a startup

[jupyter] Science Gateways (aka VRE/portal) Bootcamp in Chicago Aug. 13-17 FREE week-long workshop! Apply now!

2018-05-17 Thread Nayiri Mullinix
SUBJECT: Science Gateways Bootcamp, Aug. 13-17 in Chicago -- Apply Now! Are you building or developing a science gateway (portal, virtual research environment, digital interface)? If so, the Science Gateways Bootcamp could be for you. Science Gateways Bootcamp: Strategies for Developing,

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

[jupyter] Re: Getting output of jupyter_client execution

2018-05-17 Thread matthias . meschede
and here another demonstration in a notebook ... https://gist.github.com/MMesch/34515fc35da02a282860c61e56a6861f On Thursday, March 22, 2018 at 3:57:01 AM UTC+1, Ariel Balter wrote: > > Here is a simple jupyter_client wrapper for playing around: >> >> >