Will Holtz
Will Holtz
This issue is still causing people headaches. Here is Dockerfile that demonstrates the problem under JupyterLab 3: ``` Dockerfile # this is a micromamba:0.19.1 image, using digest instead of tag...
@ianhi what is the proper way to install that npm package so that jupyterlab can find it?
Thanks @ianhi - I was able to install the npm with: ```shell jupyter labextension install @jupyter-widgets/jupyterlab-manager [email protected] ``` And this did give me the desired behavior! But.... * The documentation...
Hey @maresb - I wanted to think about this one for a little while, as the proposed functionality goes a little beyond supporting `micromamba` in a container. But I do...
I don't think any documentation in the `README.md` is needed, but we should have a mention in the `CHANGELOG.md`.
As the PR is currently written, `_activate_current_env.sh` will only install the `conda` and `mamba` shell hooks if `conda` and `mamba` are in the `PATH` *without* any environment activated. I have...
The issue with `MAMBA_ROOT_PREFIX` and `CONDA_PREFIX` did have me a bit confused. The use case that I was concerned about works now that the prefix variable has been swapped.
Ugh. I did the merge too fast and did rebase instead of a squashed merge. Sorry for leaving a messy history on the main branch.
No. I don't want to be doing a reset on anything that is in main. Just kicking myself for not paying enough attention.
Yes, I certainly see use-cases for this. We will need some tests, a description in the `README.md` and a mention in the `CHANGELOG.md`. Thanks @maresb !