Closed ragokan closed 2 years ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Thank you for your contribution! Can you paste the output of your first two commands?
jlpm
jlpm build
Just to be sure, are you running all these commands from your extension's repository root? Are you using a Conda or Mamba environment? If so, are you using the same environment for both building your extension and running JupyterLab?
Hello, as far as I understood, the problem was related to my environment. After installing Mamba and re installing everything with Conda/Mamba, the problem is fixed. Thank you for your reply.
Description
When I try to install the extension I built, I get this output:
CMD: jupyter labextension install .
But the thing is, there is actually no log file, so I can't see the error.
Reproduce
Expected behavior
I expected it to work actually. The first two commands worked but sadly the last one did not.
Context
Troubleshoot Output
Command Line Output
Browser Output