Closed
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
- Go to '...'
- Click on '...'
- Scroll down to '...'
- 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