Matt Cengia · @mattcen
638 followers · 3715 posts · Server aus.social

Can somebody familiar with or please tell me why the top cell in this notebook doesn't render the HTML, when the other two cells do? Everything I'm reading online suggests it should render it. gist.github.com/mattcen/c5db6e
In the "Rich representation" section of this notebook (jupyterlite.github.io/demo/lab) it does something similar and Just Works (obviously that's rather than CPython, but I don't think that should matter).
I am guessing maybe there's a library I haven't installed; for this example I just created a new virtual environment and installed `jupyterlab` and nothing else.

#jupyterlab #jupyternotebook #pyodide #jupyter #ipython

Last updated 1 year ago

Olivier Grisel · @ogrisel
1843 followers · 197 posts · Server sigmoid.social

@adrin this deployment of the scikit-learn examples gallery is really mind blowing!

I just ran this complete tutorial involving pandas-based feature engineering, non trivial matplotlib, complex pipelines with cyclical spline transformers, Nystroem kernel approximation and histogram-based gradient boosting all on my android phone and it all worked on the first try almost as fast as on laptop computer with no setup!

scikit-learn.org/dev/lite/lab/

#pyodide #JupyterLite #wasm

Last updated 1 year ago

Paolo Melchiorre · @paulox
918 followers · 1254 posts · Server fosstodon.org

I'm attending the talk "The CPU in your browser: WebAssembly demystified" by Antonio Cuni from Anaconda at PyCon DE 2023 in Berlin 馃嚛馃嚜馃悕

CC @pyconde @conda

#pyconde #pycon #webassembly #python #pyodide #cpython #wasm #Pyscript

Last updated 1 year ago

Markus Osterhoff · @mosterh1
54 followers · 303 posts · Server academiccloud.social

Now Jan-Hendrik M眉ller introducing Jupyterlite

Web browser support HTML, CSS, Javascript; now also : building on that, was created to run python code directly in the web browser, using <py-script> tags.

Next step: a jupyter-like framework.

#pyodide #webassemply

Last updated 1 year ago

Pyodide · @pyodide
56 followers · 5 posts · Server fosstodon.org

sphinx-gallery now has an experimental integration (with the kernel) !

Any project that uses it, can now easly run examples directly in the browser .

Thanks to @amueller and Lo茂c Est猫ve for working on this integration.

github.com/sphinx-gallery/sphi

#JupyterLite #pyodide

Last updated 1 year ago

Timoth茅e Mazzucotelli :python: · @pawamoy
104 followers · 104 posts · Server fosstodon.org

I'm playing with (pyodide.org), so that users can try out my Python packages directly into the docs pages! The editor is (ace.c9.io/), and the output is highlighted with (highlightjs.org/). I'm trying to improve the look and feel but it's already amazing.

#pyodide #ace #highlightjs

Last updated 1 year ago

Alex Carney · @alcarney
5 followers · 7 posts · Server fosstodon.org

It actually works! 馃く

Thanks to , it's possible to run and the esbonio language server in vscode.dev!

Now comes the hard part..... making it work *well* 馃槄

#pyodide #sphinx

Last updated 2 years ago

Alexandre B A Villares 馃悕 · @villares
906 followers · 1747 posts · Server ciberlandia.pt

@pbeens that's a great question! What I suspect at this point:

- Anaconda is backing it, which increases the likelihood it might catch in some circles. I think they like the idea of making the data science and data viz tools available in the browser without installation hurdles, and without needing a kernel server.

- I use Python for education and / / and I always stumble with 1) Python installation issues in class labs and 2) JavaScript is hard for me, but web sharing is something transformational for sharing work (exercises, experiments, artwork). So I hope it will help me with those...

- it is based, as I already use another pyodide based tool that could soon be pyscript based, berinhard.github.io/pyp5js/pyo , I think pyscript/pyodide is probably here to stay.

#creativecoding #newmediaart #generativedesign #pyodide

Last updated 2 years ago

Kevin Thornton · @kevinrthornton
102 followers · 115 posts · Server ecoevo.social

@castedo @kitchensjn it had been a while, so I fired up one of the interactive visualizations from my site. It takes ages for the Binder stuff to spin up. I will recreate one of them with and this week.

#python #pyodide #msprime

Last updated 2 years ago

22 · @22
614 followers · 7031 posts · Server octodon.social

(Haven't been on social media much because Math Is Happening but I did have a question about and running numeric and stuff in in case anyone knows anything about that black magic: stackoverflow.com/questions/75)

#pyodide #python #scipy #nodejs

Last updated 2 years ago

Pamela Fox · @pamelafox
1822 followers · 197 posts · Server fosstodon.org

3.11 support just landed for ! github.com/pyodide/pyodide/pul

(Benchmarks are being attempted in github.com/pyodide/pyodide/iss)

#python #pyodide

Last updated 2 years ago

Ben Falk :python: · @benfalk
38 followers · 31 posts · Server fosstodon.org

I created a JSON to schema translator that runs entirely in the browser using /

Check it out here: falkben.github.io/json-to-pyda

I made this after posting several months back about a similar tool, and commenting that I thought it would be valuable to use pyscript for this (privacy).

Turns out, running in the browser is pretty awesome!

If you have feedback let me know!

#pydantic #Pyscript #pyodide #python

Last updated 2 years ago

Pedro J. Hdez · @ecosdelfuturo
730 followers · 552 posts · Server mstdn.social

Mi regalo de reyes de hoy ha sido descubrir c贸mo ejecutar directamente desde utilizando el kernel de , distribuci贸n que hace posible instalar y ejecutar paquetes de en el navegador con

Me he creado una copia del repositorio para experimentar y es perfectamente funcional a pesar de encontrarse en primeras fases de desarrollo. Implementa adem谩s ejemplo para ejecutar javascript, p5 y m谩s cosas 馃槏

github.com/ecosdelfuturo/jupyt

#micropip #Python #pyodide #GitHub #jupyterlab

Last updated 2 years ago

Jonny · @jonny
436 followers · 690 posts · Server neuromatch.social

Ok hear me out. assuming it can be sandboxed safely and made opt-in:

(python in the browser) + markdown for interactive code and plotting within fedi.

????????

#pyodide #myst

Last updated 2 years ago

Pyodide · @pyodide
56 followers · 5 posts · Server fosstodon.org

Pyodide 0.22.0 is now released.

It includes improvements to the Py馃JS foreign function interface, makes it possible to create regular venv running Python with Node.js, and improves the modularity of components.

Release notes:
blog.pyodide.org/posts/0.22-re

#pyodide

Last updated 2 years ago

derthorstenbeier · @derthorstenbeier
14 followers · 1 posts · Server kolektiva.social

A big step toward making packages usable from . Upgraded the emscripten-version to the same as and use the same naming convention for shared-libs. All packages are building again! only 30 commits and 120 files changed =) github.com/emscripten-forge/re

#emscriptenforge #pyodide

Last updated 2 years ago

Paolo Melchiorre · @paulox
687 followers · 651 posts · Server fosstodon.org

RT

PyScript 2022.12.1 has shipped

github.com/pyscript/pyscript/r

"PyScript is a framework that allows users to create rich Python applications in the browser using HTML's interface and the power of Pyodide, WASM, and modern web technologies."

#pyscript_dev #Pyscript #python #pyodide #wasm #browser

Last updated 2 years ago

Taras Novak 馃嚭馃嚘 · @dataSamurai
88 followers · 98 posts · Server vis.social

Updated with gzipped CSV (~3.25MB). The app now loads 215,551 crime reports with in a browser in about 8 seconds total for the runtime, data transformation with 馃惣 & charting with 馃搳馃搱

randomfractals.github.io/chica

#altair #pandas #python #pyodide #dataapp #Pyscript #ChicagoCrimes

Last updated 2 years ago

Garth Kidd · @garthk
105 followers · 46 posts · Server eigenmagic.net

Tempted to pull apart the packaging for @simon鈥榮 to see if I can whip together an app to download files from an API for an old mate who doesn鈥檛 command line much any more.

#pyodide #datasettelite #wasm #python

Last updated 2 years ago

Neil Stoker · @nmstoker
36 followers · 95 posts · Server mas.to

Using PyScript I built a chess match viewer that runs within the browser

It's from a few months back. Perhaps if I get time over the holidays I'll revisit it to add a few more features!

about.nmstoker.com/chess2.html

#chess #pyodide #pyscript #Python #projects

Last updated 2 years ago