utoronto-2i2c / jupyterhub-deploy

Demo JupyterHub deployment for University of Toronto
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Investigate snippets nbextension #41

Open yuvipanda opened 3 years ago

yuvipanda commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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

yuvipanda commented 3 years ago

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

VijayMaraviya commented 3 years ago

@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 commented 3 years ago

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

VijayMaraviya commented 3 years ago

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