Santiago Basulto
Santiago Basulto
Hello 👋 , i'm trying to run nbidme-web with a repo with multiple changed notebooks. Sorry if I'm missing something obvious, but how can I load all the notebooks? I...
Hello, I maintain a Dataset in Kaggle with HN posts and points per category: https://www.kaggle.com/santiagobasulto/all-hacker-news-posts-stories-askshow-hn-polls It might be useful. The source is available [here](https://github.com/santiagobasulto/python-hacker-news)
As I'm seeing the python client is tightly coupled to the whole project. It'd be nice to install it through PIP (pypi). There's other related issue for node.js as well:...
I'd like to have a way to draw in different layers. That way, I can hide/display a layer and its content and create diagrams that are "stacked". For example, in...
Sorry, this might be a dumb question. But what is the interface used tu simulate the assistant/user chat in the docs? For the typography used, seems like an OpenAI playground,...
Just found the "Global Surface Summary of the Day (GSOD)", very interesting dataset with weather readings from all over the world. Data is in CSV format and [docs](https://www.ncei.noaa.gov/data/global-summary-of-the-day/doc/readme.txt) are very...
Hello! This project seems a bit stale. Wondering what's the state within plotly. Also, do you know any good Open Source alternatives/similar projects? Ideally browser-based. Thanks a lot!
https://github.com/dabeaz/thredo
#### Code design and architecture - [x] **Authentication**: I can probably subclass`requests.Session` while keeping the OpenAI API Key in some context to avoid the repetition - [x] **Subcommand architecture**: some...