Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JupyterLab in airgap env.#17192

Unanswered
Y3NK asked this question inGeneral
Discussion options

Hello, I am having issues with jupyterlab. I have a base image with uv, a venv, jupyterlab dependencies installed.
I started it with:

resource "coder_agent" "main" {  startup_script = <<-EOD    jupyter lab --ServerApp.base_url=/apps --ServerApp.token='' --ip='0.0.0.0' --port='8888' --allow-root --no-browser >/tmp/jupyterlab.log 2>&1 &  EOD

And the coder part:
image

jupyter lab seems to starts correctly:
image
But I do not have JupyterLab in my workspace...
image

I am in an airgap env, I updated coder to v2.20.0, I tried to played with subdomain True / False, slug (lab) should be consistant with url (/apps/lab)

Do you guys have any ideas what could be wrong ?
Code-server works well, except I have issue with .ipynb and jupyter extension
Many thanks

You must be logged in to vote

Replies: 1 comment

Comment options

Maybe@matifali you have an idea?
Thank's

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
None yet
1 participant
@Y3NK

[8]ページ先頭

©2009-2025 Movatter.jp