Henry Webel

Results 16 issues of Henry Webel

I could not figure out how to start the discussion on this in the forum... **Is your feature request related to a problem? Please describe.** I would like to use...

## 🚀 Feature Get `argparse` like behaviour when executed from the command line: If a parameter was provided which was not specified in the tag `parameters` cell, raise an error....

enhancement
help wanted

Platform: Win10 I installed voila in an anaconda environment without installing jupyterlab along side. I go the same error as described [here](https://groups.google.com/a/continuum.io/g/anaconda/c/fWyuHt1eoH4?pli=1) (I missed to save it...) ```cmd (env) voila...

* Cookiecutter version: 1.7.2 * Template project url: https://github.com/MolSSI/cookiecutter-cms * Python version: 3.8.8 * Operating System: Windows 10 ### Description: Running cookiecutter throws `FailedHookException` ### What I've run: ``` >>>...

bug
windows

``` C:\Users\enryh\Documents>snakemake --help Cannot open C:\Users\enryh\Anaconda3\envs\vaep\Scripts\snakemake-script.py C:\Users\enryh\Documents>conda list snakemake # packages in environment at C:\Users\enryh\Anaconda3\envs\vaep: # # Name Version Build Channel snakemake-minimal 7.14.0 pyhdfd78af_0 bioconda ``` Updating to snakemake-minimal `7.14.0`...

bug

- workflow was not triggered if the instruction on p. 124f were followed ## Description of issue Following the instructions in the book, the GitHub actions were not triggered. ##...

### Feature Type - [X] Adding new functionality to pandas - [ ] Changing existing functionality in pandas - [ ] Removing existing functionality in pandas ### Problem Description I...

Enhancement
Output-Formatting

I noticed that you can feed a dataframe with only one feature to `UMAP.fit` and it gives you a two dimensional embedding back. I know that the intended use case...

### Describe the bug **context** When I include a notebook into sphinx from a different location as described [here](https://myst-nb.readthedocs.io/en/latest/docutils.html), the conf.py parameter is not picked up: ```rst .. include:: ../../some/nexted/path/include.ipynb...

bug

I tried you example notebook with interactive components. If I import `itables`, then the toc is not extended/visable. Any idea why this happens? If I test it with [your interactive...