Skip to content
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

Native Notebooks - Run by Line #5607

Closed
75 of 78 tasks
claudiaregio opened this issue Apr 23, 2021 · 3 comments
Closed
75 of 78 tasks

Native Notebooks - Run by Line #5607

claudiaregio opened this issue Apr 23, 2021 · 3 comments

Comments

@claudiaregio
Copy link
Contributor

claudiaregio commented Apr 23, 2021

Backlog

October Milestone

Closed

@greazer greazer added this to the June 2021 Release milestone Apr 29, 2021
@rchiodo rchiodo removed their assignment Jun 8, 2021
@greazer greazer assigned rchiodo and unassigned rchiodo Jun 8, 2021
@greazer greazer changed the title Native Notebooks - Run by Line Native Notebooks - Run by Line (with Debugging if makes sense) Jun 14, 2021
@DavidKutu
Copy link

DavidKutu commented Jun 24, 2021

Steps to try debugging on notebooks

  1. Get the latest extension on VS Code insiders
  2. Create a venv (python -m venv [directory]) (Conda is not supported yet)
  3. Install ipykernel 6 on your venv (pip install ipykernel --pre)
  4. Set the experiment setting on settings.json "jupyter.experimental.debugging": true
  5. Open a notebook and select your venv on the kernel picker
  6. Click this button on the toolbar
    image

You'll be able to set and hit breakpoints when running cells.

@ahmednrana
Copy link

Steps to try debugging on notebooks

  1. Build this branch on insiders
  2. Create a venv (python -m venv [directory])
  3. Install ipykernel 6 on your venv (pip install ipykernel --pre)
  4. Open an notebook and select your venv on the kernel picker
  5. Click this button on the toolbar
    image

You'll be able to set and hit breakpoints when running cells.

This branch is returning 404

@DavidKutu
Copy link

So sorry @ahmednrana! This is in main now, I'll update the instructions.

@greazer greazer removed this from the July 2021 Release milestone Jul 2, 2021
@greazer greazer added the Epic label Jul 7, 2021
@greazer greazer added this to In progress in monthly-release Jul 7, 2021
@greazer greazer added this to the August 2021 Release milestone Jul 7, 2021
@DavidKutu DavidKutu changed the title Native Notebooks - Run by Line (with Debugging if makes sense) Native Notebooks - Run by Line Jul 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
monthly-release
In progress
Development

No branches or pull requests

7 participants