Brian E. Granger
Brian E. Granger
### Problem The Jupyter notebook architecture (jupyter server, notebook, lab, etc.) has an idea of trusted output. Here is the current documentation that describes how it has worked previously: https://jupyter-notebook.readthedocs.io/en/stable/security.html#security-in-notebook-documents...
Open a bunch of tabs in the main work area. Click option+W to close a tab. Repeat. It only works the first time. Something about focus is being lost after...
### Problem We have an open PR #12359 from @hbcarlos that refactors our models for notebooks and text documents to improve the real-time collaboration (RTC) user experience and APIs for...
### Problem We have an open PR #12359 from @hbcarlos that refactors our models for notebooks and text documents to improve the real-time collaboration (RTC) user experience and APIs for...
Jupyterhub now supports having single user notebook servers run as JupyterHub services and giving a group of users access to those servers. It would be great if we offered the...
Python objects can have special methods (`_repr_mimebundle_`, `_repr_html`, `_repr_png_`, etc.) that could be called to grab content that could be easily adapted to their VDOM based components. This would be...
As a default (not locally installation) we could allow JupyterLab Native to connect to binder. Here is an issue on the binder hub repo that is discussing the proposed API...
@certik hi, hope you are well! Looks like symengine is going well. I am looking at symengine for the `sympy.physics.quantum` stuff. Some questions: * In `sympy.physics.quantum` we subclass `Basic` here...
Hi, I love the overall approach of this work and how you have written it up as a blog post and posted the code on GitHub. Your treatment sets the...
I am working with a team of interns to improve the experience of starting kernels in situations where kernels are managed in conda. Right now, conda is putting a very...