Jordan Gunn

Results 10 issues of Jordan Gunn

In the formats sections, to enable multiline comments as markdown cells, it's recommended to use the bash command: ``` jupytext --update-metadata '{"jupytext": {"cell_markers": "\"\"\""}}' notebook.ipynb --to py:percent ``` When I...

https://stackoverflow.com/a/51936026 Despite all steps mentione din the wiki, without executing the line `python -m ipykernel install --user`, I never saw my python3 kernel as an option when starting a new...

There's currently very little differentiation between code and output cells with this theme that I like very much. Here's an example; the output is that stuff after the final print...

From the base `nbdev_template` you can duplicate `00_core.ipynb` to make `01_other_core.ipynb` and change the name of the `foo` function declared in this duplicate notebook to `bar`. Then you have two...

enhancement

After I install tabnine-jupyterlab using pip, my terminal indicates "No Tabnine binary found" whenever I edit a cell. I don't really know how I would install that because the only...

Hi, as a devoted jupyter user, I quite like nbimporter. Thanks for producing this tool. In general, when an error gets thrown from a function defined in an imported notebook,...

When I try to copy/paste a note while a notebook (ipynb) file is open, all interactions seem to be actually performed on the active cell instead of my notes. For...

PyPI currently marks simple-pytree as requiring Python to be >=3.8 and

https://github.com/google/project-gameface/blob/8faf5cfbf7127b9f9995c49cec1064e338624c58/src/gui/frames/frame_cam_preview.py#L68 Returns this error when I follow the Python app setup instructions. ``` 'fg_color' File "C:\Users\gunnj\project-gameface\src\gui\frames\frame_cam_preview.py", line 68, in __init__ self.toggle_switch = customtkinter.CTkSwitch( File "C:\Users\gunnj\project-gameface\src\gui\main_gui.py", line 62, in __init__ self.frame_preview...

Mouth left and mouth right tend to also trigger leftwise and rightwise cursor movements. Similarly, eyebrow raising and lowering can trigger upward and downward cursor movements. This makes precise control...