Long Vu

Results 90 comments of Long Vu

Will check out nbdime for sure. I was looking for a way to have a resulting.ipynb file generated as part of the build and save as build artifact so other...

Unfortunately nbdime is not what I was looking for. But if the user is able to have access to the resulting.nbval file, then the user can do `nbdiff-web original.ipynb resulting.ipynb`...

I am requesting an enhancement for nbval to write out a new notebook with the outputs from its test run. Having nbconvert generate the output is a possible work-around that...

Side note, I believe what I have done here https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests is a great showcase for `nbval`. Thanks for the awsome py.test plugin.

> Alternatively, we could try configuring a cookiecutter more geared towards libraries like xclim. This was the original intent behind work on https://github.com/Ouranosinc/cookiecutter-pypackage-ouranos. Yes if integrating 2 cookiecutters into 1...

> Is it safe to assume that prioritizing libraries to make better use of `tox` is the best approach for local testing (rather than bash/Travis CI scripts running make commands)?...

``` DASK_DISTRIBUTED__DASHBOARD__LINK="{JUPYTERHUB_SERVICE_PREFIX}proxy/{port}/status" ``` Is even better since it will take care of everything in front of `/user`, if any. Example on my system: ``` "JUPYTERHUB_USER=lvu", "JUPYTERHUB_BASE_URL=/jupyter/", "JUPYTERHUB_SERVICE_PREFIX=/jupyter/user/lvu/", ```

Mamba was installed in the `base` conda env while the Jupyter is installed in another conda env. Should mamba be installed in the same conda env as the Jupyter?

> Could you try running the following command in a terminal on the machine? > > ```shell > /opt/conda/bin/mamba repoquery search * --json > ``` @fcollonval Sorry for the late...

Might be related, `mamba install pyston_lite_autoload -c pyston -c conda-forge` I get this error ``` Traceback (most recent call last): File "/opt/conda/lib/python3.9/site-packages/conda/exceptions.py", line 1114, in __call__ return func(*args, **kwargs) File...