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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

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

@Mohammed-Alanazisa
Copy link

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

JupyterLab is not opening from codespace due to PATH variable difference for non interactive shell

Feature Name

* Python

Changelog

* Created a symlink for installed path of jupyter and added it to devcontainer-features.json containerEnv PATH variable.

Checklist

* [x]  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
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.

2 participants