nbgallery - Could not send notebook to jupyter-server:8080

79 views
Skip to first unread message

Viet Cuong Phung

unread,
Jul 12, 2018, 10:52:08 AM7/12/18
to Project Jupyter

Looking for some help with creating a execution environment for nbgallery. 

A Jupyter notebook server is already running at "http://jupyter-server:8080" but nbgallery keeps giving the error "Could not send notebook to the server".

Thank you,


Viet Cuong Phung

unread,
Jul 12, 2018, 11:47:00 AM7/12/18
to Project Jupyter
Making Jupyter notebook completely insecure helps.


c.NotebookApp.ip = '0.0.0.0' # listen on all IPs
c.NotebookApp.token = ''     # disable authentication
c.NotebookApp.allow_origin = '*' # allow access from anywhere
c.NotebookApp.disable_check_xsrf = True # allow cross-site requests

Carol Willing

unread,
Jul 12, 2018, 1:54:05 PM7/12/18
to jup...@googlegroups.com
Hi,

nbgallery is a third party project that is not maintained by Project Jupyter.

My recommendation for support would be to file an issue or support request with the maintainers of nbgallery: https://github.com/nbgallery/nbgallery/issues

FYI. The Jupyter Notebook documentation contains information about security: https://jupyter-notebook.readthedocs.io/en/stable/security.html

‌Carol Willing‌

Research Software Engineer
Project Jupyter at Cal Poly State University, San Luis Obispo
@willingc on GitHub and @willingcarol on Twitter

Signature Strengths
Empathy - Relator - Ideation - Strategic - Learner

-- 
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/f1ca2e96-1320-4277-9cf0-c5015d64aaa1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Viet Cuong Phung

unread,
Jul 13, 2018, 1:46:35 PM7/13/18
to Project Jupyter
Thank you Carol
Reply all
Reply to author
Forward
0 new messages