The Dino, the Llama, and the Whale (Deno and Jupyter for Local AI Experiments)
1–10 of 16 posts
Re: The Dino, the Llama, and the Whale (Deno and Jupyter for Local AI Experiments)
#2Re: The Dino, the Llama, and the Whale (Deno and Jupyter for Local AI Experiments)
#3Being able to display an entity that carried a MessagePort and a closure for communication would enable a lot there.
Re: The Dino, the Llama, and the Whale (Deno and Jupyter for Local AI Experiments)
#4Re: The Dino, the Llama, and the Whale (Deno and Jupyter for Local AI Experiments)
#5I like the idea of Jupyter supporting more languages, but isn’t the main issue that most AI tooling is deeply tied to Python? How do we solve that?
Re: The Dino, the Llama, and the Whale (Deno and Jupyter for Local AI Experiments)
#6Re: The Dino, the Llama, and the Whale (Deno and Jupyter for Local AI Experiments)
#7Why is langchain still used, thought that not needed, can it just be replaced with some type of custom ETL functions. Or is that still defector ways to interacte with llam?
Re: The Dino, the Llama, and the Whale (Deno and Jupyter for Local AI Experiments)
#8I have had a quick play around with Deno notebooks. The pain points for me were in image and UI outputs. There is such a large base of support for the Python side, it will take quite a lot of work to catch up. The various python bits seem to be quite dependent on the implementation platform though. Colab, jupyter-lab and integrated into an editor are quite different beasts. Being able to display an entity that carrie…
Re: The Dino, the Llama, and the Whale (Deno and Jupyter for Local AI Experiments)
#9deno jupyter --install
Re: The Dino, the Llama, and the Whale (Deno and Jupyter for Local AI Experiments)
#101- Deepseek-r1 tags in the answer break the JSON validation.
2- Deno's LSP keeps marking any variable in the cell as not defined even though it is defined in a prior cell, which is annoying.