Andrew Fulton

Results 11 issues of Andrew Fulton

I've been trying to convert a project's docs to use an Jupyter notebook instead of a `.rst` file for its tutorial. The project uses tox and venv to build/test its...

I am trying to reuse the `jupyter_server` `ContentsManager` tests for a custom `ContentsManager` I am working on. I am trying to import them [according to the documentation here.](https://jupyter-server.readthedocs.io/en/latest/developers/contents.html?highlight=tests#testing) I am...

good first issue
documentation

Fixes for #266 Adds functionality for inferring new notebook name from current notebook and creating directories from "save as". No backwards incompatibilities as far as I am aware. https://github.com/jupyter/nbclassic/assets/13774419/48344170-025b-4afb-8312-a7f1b2a27cab

enhancement

### Problem Currently when you try to use "save as" you are limited to saving a file in an already existing folder and furthermore the full path of the new...

enhancement

### Problem I am trying to add a button to an extension that opens a menu. The button is on the far right side of the window, so the menu...

enhancement

## References Closes #16847 ## Code changes Removes logic in completer that removes `COMPLETER_ENABLED_CLASS` if `!line`. Also updates logic to check if line exists before checking line slice logic. These...

enhancement
pkg:completer

I added the basic structure for a preprocessor. There is still a lot to do here. I have an example of using it in a notebook in the top level...

type: enhancement 💅
area: python-api ⌨️
pr-status: in-progress 🏗️
pr-status: do-not-merge 🛑

Adds a CI workflow for building wheel and pushing metadata to pypi. Note that for this to work, the tensorflow/fairness-indicators repo will need to be setup as a [trusted publisher](https://docs.pypi.org/trusted-publishers/)...

Adds CI linting and results from `pre-commit run --all-files`. Built on top of #387