r/IPython 1d ago

TypeError: array([2, 5, 7]) is not a callable object. What to do?

Thumbnail
1 Upvotes

r/IPython 5d ago

Notebooks-On-Demand (Nod): A JupyterLab Extension for a Notebook Anywhere

Thumbnail github.com
4 Upvotes

TL;DR: I made Nod, a JupyterLab extension to pop open a Jupyter Notebook from anywhere in your Python codebase. I’m working to make Nod the best it can be, and I need your help: I’m looking for participants in my paid (60–100 USD) user study to see how folks use Nod in their own work. Please sign up if you’re interested!

You’re working in a large Python project and code is spread over countless files, classes, and function calls. You begin writing a new function, but the arguments are complex and questions abound: What exactly does that class method return? When I join these two tables, what does the output look like? How do I even construct the inputs to this function?

You think: This would be so much easier if I could just write this function in a notebook!

And so you embark on a quest to recreate your program state in a Jupyter notebook — copying out code snippets, JSON values, and parameters, piecing them back together in a blank notebook. Even if it works eventually, you’ve still spent 15 minutes preparing a one-off environment just so you can finally start programming.

If you’re like me, this experience is all too familiar. It’s clear that a notebook is the right tool for the job, but the cost of recreating a small piece of your program in a notebook makes it rarely worth the effort.

So I built Nod: Notebooks-on-Demand. Nod is a JupyterLab extension that lets you call notebook() from anywhere in your Python program to get access to a notebook with all your variables in scope, on just the part of the program you care about. If you find notebooks helpful but need to write code in Python files, or are working in a large Python codebase and just wish you could open these five lines of code in a notebook with all the right state, Nod might be helpful!


r/IPython 10d ago

JupyterLite 0.8 is released! 🎉

Thumbnail blog.jupyter.org
8 Upvotes

r/IPython 20d ago

JupyterLab 4.6 and Notebook 7.6 are out!

Thumbnail blog.jupyter.org
10 Upvotes

r/IPython Jun 19 '26

A Standalone Build System for JupyterLab Extensions

3 Upvotes

r/IPython Jun 11 '26

Catching Jupyter-specific bugs before CI does: announcing jupyter eslint plugin

Thumbnail blog.jupyter.org
3 Upvotes

r/IPython May 28 '26

A User’s Journey with Plugin Playground: From First Idea to Installable JupyterLab Extension.

Thumbnail blog.jupyter.org
2 Upvotes

r/IPython May 12 '26

nb-cli: A Command-Line Interface for AI Agents and Notebook Automation

Thumbnail blog.jupyter.org
6 Upvotes

r/IPython May 01 '26

A Jupyter Workshop: Demystifying MyST Markdown in Education

Thumbnail blog.jupyter.org
5 Upvotes

r/IPython Apr 21 '26

Exploring Petabytes of the Night Sky — Jupyter Notebooks at NOIRLab’s Astro Data Lab Science Platform

Thumbnail blog.jupyter.org
2 Upvotes

r/IPython Apr 19 '26

The MyST AnyWidget Directive

Thumbnail blog.jupyter.org
1 Upvotes

"Authors of MyST Markdown can now embed interactive JavaScript widgets directly in content using the new {anywidget} directive.

You can now add any javascript interactivity to your MyST Markdown website or Jupyter Book."


r/IPython Mar 27 '26

What’s New in MyST Markdown 1.8.2

Thumbnail blog.jupyter.org
3 Upvotes

r/IPython Mar 23 '26

You can now run marimo inside Jupyter

Post image
12 Upvotes

r/IPython Mar 14 '26

JupyterLab 4 Extensions

Thumbnail blog.jupyter.org
1 Upvotes

r/IPython Mar 05 '26

Call for applications: Community Manager for JupyterHub and Jupyter Book

Thumbnail blog.jupyter.org
2 Upvotes

r/IPython Mar 03 '26

Anyone here using automated EDA tools?

2 Upvotes

While working on a small ML project, I wanted to make the initial data validation step a bit faster.

Instead of going column by column to check missing values, correlations, distributions, duplicates, etc., I generated an automated profiling report from the dataframe.

It gave a pretty detailed breakdown:

  • Missing value patterns
  • Correlation heatmaps
  • Statistical summaries
  • Potential outliers
  • Duplicate rows
  • Warnings for constant/highly correlated features

I still dig into things manually afterward, but for a first pass it saves some time.

Curious....do you prefer fully manual EDA or using profiling tools for the initial sweep?

Github link...

more...


r/IPython Feb 19 '26

Expanding Geospatial Workflows in JupyterGIS: STAC Browsing and Story Maps

Thumbnail blog.jupyter.org
1 Upvotes

r/IPython Feb 12 '26

JupyterLite Officially Joins Project Jupyter!

Thumbnail blog.jupyter.org
16 Upvotes

r/IPython Feb 05 '26

Interactive equation set solver

Enable HLS to view with audio, or disable this notification

5 Upvotes

Hey y'all 🙋‍♂️

I've been experimenting with an interactive equation set solver for sympy.

A previous version was implemented in tkinter.

This version is for JupyterLite.

The notebook I use in the video is here:

https://github.com/dharmatech/github-pages-test/blob/main/README.md


r/IPython Feb 03 '26

Instantly view Parquet files in JupyterLab with Arbalister

Thumbnail blog.jupyter.org
1 Upvotes

r/IPython Feb 03 '26

mybinder.org adding request Origin to events archive

Thumbnail blog.jupyter.org
0 Upvotes

r/IPython Jan 08 '26

WinPython - How to launch iPython in cmd prompt terminal window

Thumbnail
2 Upvotes

r/IPython Jan 01 '26

Thanjavur Tech Community Spoiler

Thumbnail
0 Upvotes

r/IPython Dec 29 '25

Hiring Python Developer (2+ Years Experience) – Ready for 1-on-1 Interview via Zoom

2 Upvotes

What We're Looking For:

  • 2+ years of professional Python development experience.
  • Strong proficiency in English (both written and spoken) for clear communication.
  • Ready for a technical 1-on-1 interview via zoom call

How to Apply:

  1. Must have your LinkedIn profile visible and up-to-date.
  2. Please comment "LinkedIn profile" below OR send a Direct Message (DM). Please only reach out if you meet the experience requirement and are available for an interview.

Looking forward to connecting with qualified candidates!


r/IPython Dec 05 '25

JupyterLite 0.7 is released!

Thumbnail blog.jupyter.org
10 Upvotes