Uh oh!
There was an error while loading. Please reload this page.
Jupyter extensions in Docker image - #200
Conversation
Adds Jupyter extension to Docker image for fsprojects#199
cgravill
commented
Mar 10, 2019
Looks good to me. Could you provide an example of what extensions this enables and how you can use them with F#? There have been a few people asking about Jupyter extensions and it looks like this could be really helpful. |
Every extension in https://github.com/ipython-contrib/jupyter_contrib_nbextensions is made available by this, although the system auto-disables extensions that cannot be used (due to dependencies, for example). This also provides the configurator, so the user can choose which extensions they want to enable. This way, they are not forced to use anything specific. Here is a screenshot showing what this looks like (if you see an enabled extensions, it's because I've enabled it): The entries which are grayed out say (on mouse-over): EDIT: The grayed out entries are because the option at the top |
cgravill
commented
Mar 18, 2019
Thanks. Having nbextensions_configurator enabled by default helps people easily enable extensions. |


Adds Jupyter extension to Docker image for #199