Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jupyter notebook cannot be started with a security token #727

Closed
sanderegg opened this issue Apr 24, 2019 · 1 comment
Closed

Jupyter notebook cannot be started with a security token #727

sanderegg opened this issue Apr 24, 2019 · 1 comment
Labels
a:pipeline-services issues on non-core services in user's pipeline (use osparc-services repo for specifics) bug buggy, it does not work as expected

Comments

@sanderegg
Copy link
Member

starting the jupyter notebook "as intended" does not work in oSparc.
The websocket connection fails to being established... reverse proxy?

to enable the token do:

  • docker-compose.yaml: edit lines 32, 69, 107
  • boot_notebook.sh: replace
    --NotebookApp.token=""  \
    --NotebookApp.disable_check_xsrf='True' \

with

    --NotebookApp.token="${NOTEBOOK_TOKEN}" \
@pcrespov pcrespov added a:pipeline-services issues on non-core services in user's pipeline (use osparc-services repo for specifics) bug buggy, it does not work as expected labels Sep 19, 2019
@sanderegg
Copy link
Member Author

deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:pipeline-services issues on non-core services in user's pipeline (use osparc-services repo for specifics) bug buggy, it does not work as expected
Projects
None yet
Development

No branches or pull requests

2 participants