jupyter-jsmol
jupyter-jsmol copied to clipboard
Problem with Notebook v7
@fekad I don't know if you are still ready to do some work on this project (it would actually be nice if we could discuss about this). jupyter_jsmol does not seem to work with Notebook v7 (I noticed this when migrating to a new macbook). The problem can be fixed by forcing the version of Notebook: pip install notebook==6.4.12 traitlets==5.9.0
Indeed there was a lot of changes in jupyter server/lab/notebook ecosystem. I will have a look is there a simple way to update the package and use the latest version of notebooks.
@fekad Thanks in advance!