Suggestion - add installation notes for "conda" users
Daksol opened this issue · 1 comments
Suggest you consider adding the conda installation instructions to your README for the jupytercalpoly/jupyterlab-code-snippets
The conda package manager is widely used in data science space.
jupyterlab-code-snippets can be installed for a conda user via
conda install -c conda-forge jupyterlab-code-snippets
Home page on the Anaconda site for the package is at
https://anaconda.org/conda-forge/jupyterlab-code-snippets
FYI It is probably worth doing that to avoid possible confusion. There are other code-snippet packages for Jupyter Lab which are named quite similarly, particularly the Quantstack. Other snippet extensions include:-
- "jupyterlab-snippets" from Quantstack
pip install jupyterlab-snippets
- more info https://github.com/QuantStack/jupyterlab-snippets
- "elyra-code-snippet-extension" which is one components of the Elyra AI suite
pip --upgrade elyra-code-snippet-extension && jupyter lab build
- more info https://elyra.readthedocs.io/en/latest/getting_started/overview.html#reusable-code-snippets
Edited: fixed typos in spelling of Quantstack, and in Elyra option install string
There are notes in the Readme for the the conda installation route.