Exploring Open Access Art Using the Deno Jupyter Kernel

Jupyter notebooks are the de facto standard for interactive computing and data analysis, combining code, prose, and visualizations in a single document. Deno is a simplified and secure runtime for…

Jupyter Blog

Just had an Oh My F***ing Gosh #Jupyter #Python moment:

Starting to think of demo notebooks and hacked together a "show_page()" function to display an iframe with a webpage in it.

I *thought* I was just fetching and showing rendered HTML and was fine with that.

Then I clicked the home link and discover that I'm actually embedding live little web windows in my notebooks....

Wait, What, Wow How?

Never knew ipthon.display was that friggin awesome and cool.

Feedback loops in Python

How fast can we get useful feedback on the Python code we write?

#iden Quick-start verified: Creating and sourcing the #python and #rust virtual environments to compile and install, generating an identity, starting the pad manager, and how to import the library in a #jupyter notebook ready to write and read and poke at the test node.

https://github.com/stevenaleach/iden/blob/main/quickstart.md

#linux #distributed #smallweb #identity #collaboration #code

iden/quickstart.md at main · stevenaleach/iden

IDEN - decentralized identity and distributable services. - stevenaleach/iden

GitHub
I gave a talk on large-scale data visualization on the web at
the 3D on the web meetup last month at GDC, check it out
https://youtu.be/HzcFzCkt5aU?si=6pLmPO9JEPBfMQB1
to hear about what I'm up to with #WebGL #WebGPU #WebAssembly
#Jupyter and some challenges I'm working on that I'd love to chat about!
Large Scale Scientific Visualization with WebGL, WebGPU & WebAssemply at 3D on the Web 2025

YouTube

This now demands a possibly hour long cleaning and re-arranging of the desk so my external monitor can return to proper portrait orientation for #Jupyter notebooks instead of increasingly strange #YouTube playlists.

Which will probably turn into a first day of spring cleaning - it *might* be safe to put my plants outside now at which point I have roughly 200% more space that demands to be cleaned.

GitHub - sourceryinstitute/jupyter-CAF-kernel: :sparkles: A Coarray Fortran Jupyter notebook kernel :computer: :zap:

:sparkles: A Coarray Fortran Jupyter notebook kernel :cloud: :computer: :notebook: :zap: - GitHub - sourceryinstitute/jupyter-CAF-kernel: :sparkles: A Coarray Fortran Jupyter notebook kernel :compu...

GitHub
Pete Metcalfe shows you how to create a Julia graphical user interface, micro-web server, and charting apps that communicate with Raspberry Pi hardware
https://www.makerspace-online.com/julia-programming-language-on-a-raspberry-pi/?utm_source=mms
#Julia #languages #RaspberryPi #hardware #SBC #programming #DataScience #AI #Jupyter #Python #GUI
Learn the Julia Programming Language on a Raspberry Pi

Create GUIs and a web app that connects to sensors.

MakerSpace

@khinsen

Thanks for your work on a tooling for "the art of doing science", and for going to great length for making it accessible to others. I'll give it a try!

A humble suggestion: since you're writing about your work on a social media without any automated relevance rating and with limited search features, it's advisable to use a salient picture, and hashtags, e.g., the ones below.

#hyperdoc #mooc #datascience #statistics #orgmode #jupyter #research #science

Debugging a complex Python library via a Jupyter notebook is unfairly good tech, yinz.

Now that I've tried it, I can't go back.

My favorite part of this exercise?

Testing the fix in-place by copying the broken method out of the class, editing it, monkey-patching it back into the class definition, and then re-running the small verification setup I threw together in Jupyter. Newly-created class instances are using the new method and the flow goes from "Busted" to "Working."

(Plus, Jupyter supports matplotlib output, which is huge when what I'm debugging is fundamentally geometric in nature).

#Python #jupyter #matplotlib #shapely