Closed loriab closed 8 years ago
Do you see any errors in the JavaScript console?
hi, can you try to run the 4th-cell again?
but like @yalcinozhabes said, you can open KS console by right clicking and choose Inspect (Chome).
Well, there were many errors when I located the JS console. But after cleaning the log for a fresh kernel restart and execution, there were no new ones generated.
Kernel: kernel_restarting (b87c463f-3c0f-48a3-96d8-ec38c3542278)
main.min.js:22356 Kernel: kernel_created (b87c463f-3c0f-48a3-96d8-ec38c3542278)
main.min.js:22709 Starting WebSockets: ws://localhost:8890/api/kernels/b87c463f-3c0f-48a3-96d8-ec38c3542278
main.min.js:22356 Kernel: kernel_connected (b87c463f-3c0f-48a3-96d8-ec38c3542278)
main.min.js:22356 Kernel: kernel_ready (b87c463f-3c0f-48a3-96d8-ec38c3542278)
System log (OS X Yosemite) has entries "Google Chrome Helper: Couldn't set selectedTextBackgroundColor from default ()" and "AppleCameraAssistant: *\ LOG MESSAGE QUOTA EXCEEDED – SOME MESSAGES FROM THIS PROCESS HAVE BEEN DISCARDED".
Hi @loriab thanks for taking the time to write the very detailed bug report. I can reproduce the bug and I suspect this is because of some ipywidgets update. I'm working on it (should be fixed soon). I'll keep you updated
Oh good, I'm not crazy. Thanks for looking into this, I look forward to trying out chemview.
@loriab I opened an issue in the ipywidgets repo to get some help. In the meantime you can try downgrade notebook:
conda install notebook=4.1
conda install ipywidgets=4.0 # not sure ipywidget version affects anything
Downgrading the notebook alone does the trick. Thanks!
I'm sorry to open a ticket for an aspect that no one else seems to have had trouble with, but I can't get anything to render with chemview. I've installed decent versions of all the dependencies through pip or conda (below shows mostly pip, but I've another try that's mostly conda to same result). chemview itself is installed from a git clone through
pip install .
to get a recent version that's Jupyter-compatible. Running the basic tutorial gives only warnings (no errors) but also no rendered molecule. Any suggestions as to what I'm doing wrong?