Jeremy Tuloup (@jtpio) 's Twitter Profile
Jeremy Tuloup

@jtpio

Technical Director @QuantStack, @ProjectJupyter Core Developer & Distinguished Contributor - he / him - @[email protected] - bsky.app/profile/jtp.io

ID: 228654508

linkhttps://github.com/jtpio calendar_today20-12-2010 09:27:38

1,1K Tweet

1,1K Followers

655 Following

Project Jupyter (@projectjupyter) 's Twitter Profile Photo

Jupyter Releaser is an automation tool developed by the #Jupyter team to streamline and standardize the release process across Jupyter projects. Check out this blog post to learn how to use it for your own projects! blog.jupyter.org/automate-your-…

Tech At Bloomberg (@techatbloomberg) 's Twitter Profile Photo

Engineer Daniel Goldfarb, the maintainer of mplfinance, will demonstrate how to write #JupyterLab Extensions during his practical step-by-step talk "Adding Your Own Data Apps to #JupyterLab?" at #PyData Tel Aviv today (10:45 AM IST) bloom.bg/3Yg9om9 #opensource

Engineer Daniel Goldfarb, the maintainer of mplfinance, will demonstrate how to write #JupyterLab Extensions during his practical step-by-step talk "Adding Your Own Data Apps to #JupyterLab?" at #PyData Tel Aviv today (10:45 AM IST)
bloom.bg/3Yg9om9
#opensource
Pierre Poulain (@pierrepo) 's Twitter Profile Photo

Many thanks to Ian Thomas, Jeremy Tuloup and Thorsten Beier from QuantStack for creating a proper Unix Terminal in JupyterLite: blog.jupyter.org/jupyterlite-te… Still very basic, but I guess many tools could be integrated. Isn't it Robert Aboukhalil ? 😆 #wasm

Jeremy Tuloup (@jtpio) 's Twitter Profile Photo

Here is the recording of the JupyterLite workshop we presented last week in Paris with Pierre Poulain💡 The audio is in French, so it's a good opportunity to brush up your 🇫🇷 skills! Otherwise English subtitles should be available as well. youtube.com/watch?v=YLArJa…

Jan-Hendrik Müller (@kolibril13) 's Twitter Profile Photo

I’m currently working on a Blender CSV importer powered by polars data. Building this extension within a Project Jupyter environment is a great iterative development workflow!

Project Jupyter (@projectjupyter) 's Twitter Profile Photo

#JupyterLab 4.3 and #Notebook 7.3 are now available! Find out more about the latest updates in this blog post: blog.jupyter.org/jupyterlab-4-3…

#JupyterLab 4.3 and #Notebook 7.3 are now available! Find out more about the latest updates in this blog post: blog.jupyter.org/jupyterlab-4-3…
Hub Open Source Systematic Paris-Region (@hubopensource) 's Twitter Profile Photo

Concours Les acteurs du libre 2024 du CNLL 💪 Bravo à camptocamp et QuantStack , membres du Pôle Systematic. 📣 Ils remportent chacun un prix : bit.ly/3DbEYe9 🤩Félicitations à tous les lauréats ! Liste des résultats : lesacteursdulibre.com

Concours Les acteurs du libre 2024 du <a href="/cnll_fr/">CNLL</a> 

💪 Bravo à <a href="/camptocamp/">camptocamp</a>  et <a href="/QuantStack/">QuantStack</a> , membres du <a href="/Pole_Systematic/">Pôle Systematic</a>.

📣 Ils remportent chacun un prix : bit.ly/3DbEYe9

🤩Félicitations à tous les lauréats !

Liste des résultats : lesacteursdulibre.com
Jeremy Tuloup (@jtpio) 's Twitter Profile Photo

Deploy your Jupyter Notebook as a static web app! 🚀 I recently built a small app with ipywidgets in a notebook and recorded the process of deploying it to GitHub Pages using Voici. 🛠️ Watch the full video here: youtu.be/H4Zt1vHWbJc

Jeremy Tuloup (@jtpio) 's Twitter Profile Photo

The first pre-releases for the next JupyterLab 4.4 are already available 🎉 The latest one includes a fix for a long-standing scrolling issue when working on notebooks with long cells. To get it: ➡️ pip install --pre -U jupyterlab It's an alpha, so still more changes to come!

Jeremy Tuloup (@jtpio) 's Twitter Profile Photo

And a first Jupyter Notebook 7.4 pre-release (based on JupyterLab 4.4.0a1) is now also available 🎉 ➡️ pip install --pre -U notebook Please try and report issues if you find any, thanks!

Jeremy Tuloup (@jtpio) 's Twitter Profile Photo

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 ✨

Pyodide (@pyodide) 's Twitter Profile Photo

Pyodide 0.27 has been released 🎉 Release highlights: 🔓 pyodide-build decoupling 🔢 NumPy 2.0 🏎️ Python ⇔ JavaScript FFI performance improvements 📊 New data science and data engineering packages: ApacheArrow (PyArrow), polars data, DuckDB blog.pyodide.org/posts/0.27-rel…

Jeremy Tuloup (@jtpio) 's Twitter Profile Photo

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!

Jeremy Tuloup (@jtpio) 's Twitter Profile Photo

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 🚀

Alonso Silva (e/acc) (@alonsosilva) 's Twitter Profile Photo

TIL you can embed a live REPL on a website: alonsosilvaallende.github.io/til/posts/2025… I think this is a great tool for writing tutorials and blog posts.