Juergen Hasch

Results 29 comments of Juergen Hasch

Sorry for replying so late, I am mostly off Github currently. Let me take a look what to do.

The extensions are [here](https://github.com/ipython-contrib/jupyter_contrib_nbextensions) and they are basically standalone. To make using them easier there is the configurator menu in this repo. Basically this means you should do a `pip...

The configurator adds itself to the `nbextensions_path` settings when it is being loaded (i.e. `juypter lab / notebook `is started). This is how the configurator finds it's resources. Starting the...

This is because of changes in the Jupyter notebook itself, where we can't get the notebook version anymore. Will be fixed in PR #149 . In the meantime just uncheck...

Thank you for your patience @echarles

We should do a release quickly, I think. If you open a PR that would be great.

Just bump the version and update the readme (changes section). That should be enough.

Hi, there have been a few updates, it should work now.

Thank you. Some of the fixes were in other open PRs I merged first, so I fixed the merge conflicts.

You could try the `update` branch. That works for me on Windows and Mac.