Serving the Quantitative Finance Community

 
User avatar
tags
Posts: 3162
Joined: February 21st, 2010, 12:58 pm

Jupyter

August 30th, 2015, 5:52 pm

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!!!
Last edited by tags on August 29th, 2015, 10:00 pm, edited 1 time in total.
 
User avatar
tags
Posts: 3162
Joined: February 21st, 2010, 12:58 pm

Jupyter

August 30th, 2015, 6:34 pm

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.
Last edited by tags on August 29th, 2015, 10:00 pm, edited 1 time in total.
 
User avatar
eh
Posts: 3
Joined: March 2nd, 2010, 9:26 am

Jupyter

September 1st, 2015, 10:58 am

Has anyone actually used Jupyter with MATLAB? I have seen it mentioned, but never seen it implemented.
 
User avatar
eh
Posts: 3
Joined: March 2nd, 2010, 9:26 am

Jupyter

September 2nd, 2015, 12:00 pm

I'm not really sure what the MATLAB equivalent of the R kernel is.
 
User avatar
eh
Posts: 3
Joined: March 2nd, 2010, 9:26 am

Jupyter

September 3rd, 2015, 7:21 am

Interesting.Thanks
 
User avatar
pcaspers
Posts: 30
Joined: June 6th, 2005, 9:49 am
Location: Germany

Jupyter

September 3rd, 2015, 8:25 am

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 ?
 
User avatar
tags
Posts: 3162
Joined: February 21st, 2010, 12:58 pm

Jupyter

October 30th, 2015, 4:26 pm

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.
 
User avatar
tags
Posts: 3162
Joined: February 21st, 2010, 12:58 pm

Jupyter

January 6th, 2016, 10:31 am

In this example, we show how to create a simple IPython extension that allows to write and evaluate C++ code directly in the notebook
Last edited by tags on January 5th, 2016, 11:00 pm, edited 1 time in total.