Skip to content

Cannot run JupyterLab on NGINX #7464

Closed
Closed
@manel00

Description

Description

When I am running NGINX with Jupyterlab, I can access but I am retrieving the following error in Console on Firefox

Ha fallado la carga del <script> con origen "http://127.0.0.1:8080/static/lab/main.b19b8a0b5c015351f92f.js?v=b19b8a0b5c015351f92f".

I set up with the URL localhost:8080/lab

services: lab: build: context: . dockerfile: ./Dockerfile_lab volumes: - ./notebooks:/home/jovyan/work/python_app # - ./coger_conf:/home/coger_conf - ./.jupyter:/home/jovyan/.jupyter ports: - 8888:8888 # container_name: jupyter_notebook command: "start-notebook.sh --NotebookApp.token="

Reproduce

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '...'
  4. See error '...'

Expected behavior

Context

  • Operating System and version:
  • Browser and version:
  • Jupyter Notebook version:
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here.
You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter notebook` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here, if applicable.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions