Page 1 of 1

Jupyter

Posted: August 30th, 2015, 5:52 pm
by tags
QuoteProgramming and Software ForumThu Apr 09, 15 09:55 PMOriginally posted by: tagomaDid you see the 'advanced' text editor within jupyter (ipython 3.0 notebook)? for instance, it allows to write C++ 'code'. it is mere text file for now, but what is the next step?Indeed, it is awesome!!!

Jupyter

Posted: August 30th, 2015, 6:34 pm
by tags
I have tried it with R. It is nice, but I admit I prefer and providing my needs I prefer the bundle R + StatEt + Eclipse (for the time being at least that).Besides, I rely a lot on Jupyter for python snippets.

Jupyter

Posted: September 1st, 2015, 10:58 am
by eh
Has anyone actually used Jupyter with MATLAB? I have seen it mentioned, but never seen it implemented.

Jupyter

Posted: September 2nd, 2015, 12:00 pm
by eh
I'm not really sure what the MATLAB equivalent of the R kernel is.

Jupyter

Posted: September 3rd, 2015, 7:21 am
by eh
Interesting.Thanks

Jupyter

Posted: September 3rd, 2015, 8:25 am
by pcaspers
anyone ever tried the cling plugin ? When playing around with it some time ago, it didn't seem to be very stable. I guess it is no difference on Jupyter, is it ?

Jupyter

Posted: October 30th, 2015, 4:26 pm
by tags
I just noticed that user has to restart Jupyter's kernel so that modules upgrades are taken into account.With a bit more details, I installed latest versions of pandas and numpy while Jupyter was already running. Command [module].__version__ confirmed the two were in use only after I restarted the kernel.I am not sure why to be honest as previous modules versions are deleted before the newest are installed.

Jupyter

Posted: January 6th, 2016, 10:31 am
by tags
In this example, we show how to create a simple IPython extension that allows to write and evaluate C++ code directly in the notebook