Recently I switched from jupyter notebook to jupyter lab and I found imolecule not working.
In a jupyter lab notebook, imolecule.draw("CC1(C(N2C(S1)C(C2=O)NC(=O)CC3=CC=CC=C3)C(=O)O)C") yields no error nor output. However, in the bowser (chrome) inspection console, the browser reports that JupyterLab does not execute inline JavaScript in HTML output.
If I use jupyter notebook, everything is fine.
Recently I switched from jupyter notebook to jupyter lab and I found
imoleculenot working.In a jupyter lab notebook,
imolecule.draw("CC1(C(N2C(S1)C(C2=O)NC(=O)CC3=CC=CC=C3)C(=O)O)C")yields no error nor output. However, in the bowser (chrome) inspection console, the browser reports thatJupyterLab does not execute inline JavaScript in HTML output.If I use jupyter notebook, everything is fine.