Jeremy Tuloup
jtp.io
Jeremy Tuloup
@jtp.io
Technical Directory at QuantStack, Project Jupyter Core Developer & Distinguished Contributor - he / him - https://github.com/jtpio - jtp.io
See you all in Paris!

In the meantime, quick sneak peek 👀
September 4, 2025 at 10:41 AM
JupyterLite 0.7 alpha releases are now available, with already some nice new features 🎁

- Audio and video playback
- Support for JupyterLab workspaces
- Basic cell interrupt

Try it in your browser and don't hesitate to share feedback, thanks!

jupyterlite.rtfd.io/en/latest
August 14, 2025 at 7:41 AM
For those of you who prefer R over Python — good news! 🎉

You can now try out and run R code directly right in your browser from the @jupyter.org website — all in just a couple of seconds 🚀

Huge thanks to Isabel Paredes and contributors for making this possible!

👉 jupyter.org/try
June 4, 2025 at 5:33 PM
Coming soon in the next JupyterLite release:

ℹ️ Improved kernel loading indicator

Sometimes it can be difficult to know if there is an issue when starting a kernel, or if the kernel has finished loading. So we're working on making it easier to check the kernel state and access the logs.
April 9, 2025 at 3:29 PM
Cooking something 👀 💡
March 20, 2025 at 5:55 PM
Learned about OpenLLM-France and their Lucie open source LLM yesterday.

To try it in JupyterLab:

➡️ Install Ollama: ollama.com
➡️ ollama pull OpenLLM-France/Lucie-7B-Instruct
➡️ pip install jupyterlab jupyter-ai langchain-ollama

Then configure Jupyter AI to chat with Lucie 💬
February 21, 2025 at 6:38 PM
What if we could use AI models like Llama 3.2 or Mistral 7B in the browser with JupyterLite? 🤯

Still at a very early stage of course, but making some good progress!

Thanks to WebLLM, which brings hardware accelerated language model inference onto web browsers, via WebGPU 🚀
February 17, 2025 at 8:00 AM
Preparing for the AlpOSS (Alpes Open Source Software) 2025 conference, happening next week in the Grenoble area 🏔️

I will be giving a short talk (5 minutes!) about the current state of Jupyter AI, related projects and ongoing developments ✨

Quick sneak peek 👀
February 12, 2025 at 6:41 PM
The PR improving the JupyterLab code consoles has been merged, and is now available in the latest JupyterLab, Notebook and JupyterLite pre-releases!

➡️ pip install --pre jupyterlab notebook

💡We're working on making the new options available in the JupyterLite REPL, stay tuned! 💡
February 6, 2025 at 9:19 AM
Currently working on improving the JupyterLab code consoles, to be able to change the position of the prompt cell and not clear code on execute.

This would allow for more use cases such as a "Single Cell" usage, while leveraging all the features the console already provides ✨
December 27, 2024 at 10:46 AM