Skip to content

7.4 Release Plan #7531

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jtpio opened this issue Dec 4, 2024 · 4 comments
Closed

7.4 Release Plan #7531

jtpio opened this issue Dec 4, 2024 · 4 comments
Milestone

Comments

@jtpio
Copy link
Member

jtpio commented Dec 4, 2024

A meta issue for the 7.4 release planning.

Features

@jupyterlab-probot jupyterlab-probot bot added the status:Needs Triage Applied to issues that need triage label Dec 4, 2024
@jtpio jtpio added this to the 7.4.0 milestone Dec 4, 2024
@RRosio RRosio added enhancement and removed status:Needs Triage Applied to issues that need triage labels Dec 10, 2024
@jtpio jtpio pinned this issue Dec 21, 2024
@jtpio
Copy link
Member Author

jtpio commented Dec 21, 2024

The 7.3.x backport branch has been created: https://github.com/jupyter/notebook/tree/7.3.x

@kevomac12
Copy link

PDB:
Currently I've set my environment () to include ['pythonbreakpoint'], and set it to 'pdb.set_trace'. I even added...
**_from IPython.display import clear_output
import pdb;
import sys;
from IPython import embed
import os
os.environ['PYTHONBREAKPOINT'] = 'pdb.set_trace'

DEBUGGING environment variables for kevin...

print(os.getenv('PYTHONBREAKPOINT'))_**
... and that failed to execute breakpoint() in my script! I also consulted python.org (https://docs.python.org/3/search.html?q=breakpoint%28%29)!
Just to be clear on how to 'supposedly' use this 'feature'! To no avail, the script executes past the breakpoint() statement in my (.ipynb) file.

@jtpio
Copy link
Member Author

jtpio commented Mar 20, 2025

Beta releases for 7.4 are now available, the latest one being 7.4.0b2: https://github.com/jupyter/notebook/releases/tag/v7.4.0b2

@jtpio
Copy link
Member Author

jtpio commented Apr 9, 2025

Closing as Jupyter Notebook 7.4.0 has been released: https://github.com/jupyter/notebook/releases/tag/v7.4.0

@jtpio jtpio closed this as completed Apr 9, 2025
@jtpio jtpio unpinned this issue Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants