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

Codespace unable to start in Jupyter using python feature with option "installJupyterLab": true #1199

Merged
merged 4 commits into from
Dec 18, 2024

Conversation

Mathiyarasy
Copy link
Contributor

@Mathiyarasy Mathiyarasy commented Nov 25, 2024

Issue #870

  • For image mcr.microsoft.com/devcontainers/base:ubuntu

Issue https://github.com/github/codespaces/issues/19082

  • For image mcr.microsoft.com/devcontainers/go:1-1.23-bullseye

JupyterLab is not opening from codespace due to PATH variable difference for non interactive shell when jupyterlab is installed for non root user

Feature Name

  • Python

Changelog

  • Created a symlink for installed path of jupyter and added it to devcontainer-features.json containerEnv PATH variable.
  • Remove changes added in PR - 887 which earlier aimed to fixed the issue

Checklist

  • Check if jupyter command is recognised from non interactive shell

@Mathiyarasy Mathiyarasy marked this pull request as ready for review December 3, 2024 15:12
@Mathiyarasy Mathiyarasy requested a review from a team as a code owner December 3, 2024 15:12
@Mathiyarasy Mathiyarasy reopened this Dec 18, 2024
@eljog eljog merged commit 8e8e14f into devcontainers:main Dec 18, 2024
21 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants