You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Thread](https://www.thread.dev) is a Jupyter alternative that combines the experience of OpenAI's code interpreter with the familiar development environment of a Python notebook. With Thread, you can use natural language to generate cells, edit code, ask questions or fix errors all while being able to edit or re-run code as you would in a regular Jupyter Notebook.
24
+
[Thread](https://www.thread.dev) is a Jupyter alternative that integrates an AI copilot into your Jupyter Notebook editing experience.
25
25
26
-
Best of all, Thread runs locally, and can be used for free with your own API key. To start:
26
+
Best of all, Thread runs locally and can be used for free with[Ollama](https://github.com/ollama/ollama) or your own API key. To start:
27
27
28
28
```
29
29
pip install thread-dev
@@ -35,22 +35,6 @@ To start thread-dev, run the following
Use Ctrl / Cmd + K and try running a query to see how it looks!
140
+
133
141
# Why we built Thread
134
142
135
143
We initially got the idea when building [Vizly](https://vizly.fyi/) a tool that lets non-technical users ask questions from their data. While Vizly is powerful at performing data transformations, as engineers, we often felt that natural language didn't give us enough freedom to edit the code that was generated or to explore the data further for ourselves. That is what gave us the inspiration to start Thread.
0 commit comments