Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] Jupyter Kernels

Hi,

I am currently working on some convenience stuff for the Jupyter kernels. Most of it is related to simple UI functionality for launching Jupyter notebooks directly from the workspace.

I added a new launch configuration for ipynb (notebook) files that lets users choose the script engine they want to use. Further I will implement a simple wizard for creating new notebook files. The launch will start Jupyter and open the notebook in a browser view.

After an offline discussion with Christian we decided that for the first implementation we require users to have Jupyter installed manually and assure that the Jupyter command is available. In the future it might make sense to add a configuration page for Jupyter installations but this is out of scope for the GSOC project. I hope this is okay for all of you.

I will keep you posted on the progress,
Regards,
Martin


Back to the top