Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Investigate snippets nbextension #41

Open
yuvipanda opened this issue Dec 3, 2020 · 6 comments
Open

Investigate snippets nbextension #41

yuvipanda opened this issue Dec 3, 2020 · 6 comments
Assignees

Comments

@yuvipanda
Copy link
Contributor

yuvipanda commented Dec 3, 2020

From Vijaykumar Maraviya:

I was exploring the extensions for Jupyter notebook. There is an extension called Snippets in nbextensions, which allows to add snippets of code using drop-down. I think this could be of use to many people. But the code Snippets need to be added in JSON file at nbextensions/snippets/snippets.json , which I could not find. Is it possible for user to access data files?

@VijayMaraviya
Copy link

  1. 'Snippets' in nbextensions needs access to JSON file at nbextensions/snippets/snippets.json , which I could not find. Is it possible for user to access data files? To use the extension, the code snippets need to be pasted in json file of the extension.

@VijayMaraviya
Copy link

  1. Other plugin request:
    Jupyter Themes (https://github.com/dunovank/jupyter-themes)
    Qgrid (https://github.com/quantopian/qgrid)

@yuvipanda yuvipanda self-assigned this Dec 4, 2020
yuvipanda added a commit that referenced this issue Dec 4, 2020
@yuvipanda
Copy link
Contributor Author

@VijayMaraviya jupyter-themes & qgrid have been installed. Can you check it out?

@VijayMaraviya
Copy link

@yuvipanda thanks for the installation. jupyter-themes is working as expected.
qgrid output (some type of grid/widget) doesn't render in the notebook. However, it renders correctly in JupyterLab.
I think the issues has to do with the rendering of widgets rather than installation of qgrid.

@yuvipanda
Copy link
Contributor Author

@VijayMaraviya ok, qgrid works now. Sorry about the delay in making it happen!

@VijayMaraviya
Copy link

no worries... @yuvipanda It's working fine now👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants