I am on Windows 10 with Chrome 56.0.2924.87 and Javascript V8 5.6.326.50 and using Jupyter Notebook 4.4.1
I did the following:
conda install -c conda-forge jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
Then I started my notebook server, used the nbextensions tab to enable chrome-clipboard and restarted my notebook server.
I verified that copy/paste works for notebook cells but does not seem to be working for images.
Trace is:
[W 17:03:42.389 NotebookApp] 403 PUT /api/contents/upwork-data-analyst/XHFUUT31TAAV4CVIN0G350VMBCUDMM4O.png (::1): '_xsrf' argument missing from POST
[W 17:03:42.391 NotebookApp] 403 PUT /api/contents/upwork-data-analyst/XHFUUT31TAAV4CVIN0G350VMBCUDMM4O.png (::1) 3.50ms referer=http://localhost:8888/notebooks/upwork-data-analyst/testing-psycopg2-and-sqlalchemy.ipynb
I also tried to enable the extension with jupyter nbextension enable chrome-clipboard/main and restarting my notebook server, but made no difference.
I am on Windows 10 with Chrome 56.0.2924.87 and Javascript V8 5.6.326.50 and using Jupyter Notebook 4.4.1
I did the following:
Then I started my notebook server, used the nbextensions tab to enable chrome-clipboard and restarted my notebook server.
I verified that copy/paste works for notebook cells but does not seem to be working for images.
Trace is:
I also tried to enable the extension with
jupyter nbextension enable chrome-clipboard/mainand restarting my notebook server, but made no difference.