jupyterlab-snippets
jupyterlab-snippets copied to clipboard
Snippets Extension for JupyterLab
I recently did a clean install of Jupyter Lab so I have a stable setup, without all those startup warnings etc. I am keen to again have a "snippets" capability....
When allowing modifications in the snippets folder within JupyterLab data path, \_\_pycache\_\_ folder may get created along side the snippets. This folder is getting listed in the snippets menu. Also,...
In this github main documentation the following link to `Usage` documentation is broken. (see link below). Please remove it or fix it. I cannot find the page to which it...
This was briefly discussed offline at some point. Maybe we should consider moving this extension to the `jupyterlab-contrib` organization on GitHub? https://github.com/jupyterlab-contrib This could help make the extension more visible,...
I cannot view and scroll to code section while editing or creating a snippet.
Essentially each snipped could then have a short-name, where tab after that name expands the snippet. Repeated tab-presses then jumps you to the pre-defined places where input is needed, and...
Maybe from the notebook context menu? Or as the first item on the snippets menu item.
For now snippets only work for notebooks, and a new cell is created when a snippet is chosen. But it could actually be used for files and consoles too, by...
If a user clicks on the snippets menu and there are no snippets perhaps a dialog could be raised that tells the user: 1. What folder the extension is looking...