We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I am new to Python and I decided to use your environment. An error appear when I try to install extensions.
"jupyter labextension install @jupyterlab/github" "jupyter lab build"
I get the error : jupyterLab failed to build
The log file shows an issue finding the module './_baseValues' Error: Cannot find module './_baseValues'
I have not been able to find a solution.
I tried using npm install ../_baseValues
The text was updated successfully, but these errors were encountered:
(Note: This issue might belong better in the https://github.com/jupyterlab/jupyterlab-github repo. @ian-r-rose might be able to transfer the issue there directly).
Sorry, something went wrong.
No branches or pull requests
Description
Hello, I am new to Python and I decided to use your environment.
An error appear when I try to install extensions.
"jupyter labextension install @jupyterlab/github"
"jupyter lab build"
I get the error :
jupyterLab failed to build
The log file shows an issue finding the module './_baseValues'
Error: Cannot find module './_baseValues'
I have not been able to find a solution.
I tried using
npm install ../_baseValues
The text was updated successfully, but these errors were encountered: