Janne Lappalainen

Results 3 issues of Janne Lappalainen

Clean installation in new, empty conda environment using: `conda install -c conda-forge nbpresent` results in `ModuleNotFoundError: No module named 'nbconvert.exporters.export' `

Hello, does the API support gpu options (as described [here ](https://www.ibm.com/support/knowledgecenter/SSWRJV_10.1.0/lsf_gpu/lsf_gpu_submit_jobs.html))? I cannot find any gpu-related information in the API reference (https://www.ibm.com/support/knowledgecenter/SSWRJV_10.1.0/api_reference/index.html). Analog to the example `job_submit.py`, this (or a...

## How to save umap instances and reliably load it (also in higher package versions) I would like to be able to load umap models fitted and pickled in `0.5.3`...