Joe Sapp
Joe Sapp
I have `c.InteractiveShell.pdb = True` set in my default profile's `ipython_config.py` so I can more easily debug when I'm developing. But when running papermill I would like to use a...
Snakemake is a workflow management system with workflows described via a human-readable, Python-based language. See https://snakemake.readthedocs.io.
**Describe the bug** `jupyter serverextension` should be `jupyter server extension` in the installation instructions for JupyterLab 3.0+ with `jupyter-server` installed. **Additional context** A brief explanation of the change is here:...
Could you merge in the changes to rtl_tcp in the [rtl-sdr-blog drivers](https://github.com/rtlsdrblog/rtl-sdr-blog/commit/9d3d8a5faf9bf970f1c2bc88b6e0f4ddd5e3bf30#diff-a406cc22b005f1901796ed2f63587549) that enable direct sampling in their dongle? On a related note, it would be great to be able...
If you have a document written like this: ``` 1) list item 1 1) list item 2 1) list item 3 ``` the Preview pane shows it as ``` 1....
Sometimes I would like to track 2 numeric values in the same tracker. Would you consider adding an option to the tracker creation dialog to make the "label" a number?...
Currently the single-file version is at https://beyondgrep.com/ack-v3.5.0. Could you maintain a link to the current version at something like https://beyondgrep.com/ack-current for automating updates for those of us using this version?
**Describe the bug** When I tap a location on the screen to focus, the collapsing circle indicator appears above where I've tapped. Sometimes this is above the viewport window. **Other...
Implement highlighting fixes for a couple IDL statements and routines
### What happened? I wrote a custom backend. I'm using it to open a file, operate on the data, remove most of it from the Dataset using `.isel`, open the...