Félix-Antoine Fortin

Results 30 comments of Félix-Antoine Fortin

As per the provided reproduction steps, the problem was experienced with the latest version of jupyterlab - jupyterlab 3.2.9.

Ah yes! Thank you! Using the correct plugin id did the trick. What was counter-intuitive is that `jupyter labextension list` was reporting `@jupyterlab/server-proxy` as being installed and disabled. But I...

I just finished reading the [Jupyter blog post on Elyra](https://blog.jupyter.org/elyra-reaches-1-0-0-41039dc06405) and I found out they were able to add an Elyra category to JupyterLab: ![image](https://user-images.githubusercontent.com/884095/89819685-d5737380-db19-11ea-980b-c81c21e9cf2d.png) The magic seems to be...

As @rkdarst mentionned, we encountered a similar issue with batchspawner. The solution we opted for was to write a API Handler that is installed on the Hub side. The handler...

Current version of batchspawner works fine with JupyterLab v3.

The enhancement could be Moab specific, but I fear we might need to add a few checks of the content of MAGPIE_SUBMISSION_TYPE. If we move the definition of MAGPIE_STARTUP_TIME and...

I have already tested the option A with Moab/Torque, so it should not be too much trouble to abstract it for other schedulers. I can definitely into this. You mentioned...

> If I understand correctly, this will fail to load python modules, as the pythonpath/ld_library_path/whatever is set on the python which is currently running, while the jupyterlab interface is "external"...

The value of `LMOD_CMD` is not defined when the notebook is launched. ``` Sep 1 11:41:15 master jupyterhub: KeyError: 'LMOD_CMD' ``` Is it correctly defined when you launch the JupyterHub...

Sorry for the late reply, this issue flew completely under my radar. As you found out, jupyter-lmod executes Python code provided by lmod to maintain the environment variable. The issue...