Brian E. Granger
Brian E. Granger
Hi, congrats on all the excellent work on gpt_index. I would like to use gpt_index on collections of Jupyter notebooks. Would you be open to a PR with a notebook...
### Describe the bug When I call `Embedding.create` with a large number of text chunks (batch) I get JSON decoding errors in the reponse. If I keep the batch size...
@willingc has been thinking about how to manage the fact that the different Jupyter/IPython subprojects are in lots of repos. That presents a number of problems for users: - When...
## Description In Jupyter Server 2.0 we are deprecating `self.get_current_user` in favor of `self.current_users` in the handlers. I am tracking down a bug when using Jupyter Server proxy with Jupyter...
We have a "powered by" logo that needs to be added to the brand guidelines and this repo.
In the past, we have been putting design assets on both: 1. A shared DropBox folder 2. This repo The reason is that many of our designers haven't been git...
This is a part of this overall project: https://github.com/jupyter/nbformat/projects/1 and is a follow on to #95 that will create a sample notebook. In this issue we need to write documentation...
This is part of the larger work in this GH project: https://github.com/jupyter/nbformat/projects/1 This particular task consists of creation a Jupyter notebook, using version 5.0 of the classic notebook, that contains...
In reviewing some PRs/issues on telemetry, a couple of things have come up for me that I want to capture. ## Personal data Not all telemetry data is the same....
Right now we are storing configurable metadata along with each update in the `YStore`. The metadata is stored as a binary blob in the `YStore`. On the Jupyter side, we...