question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jupyter notebooks within VS Code

See original GitHub issue

Description

The October release of the Python VS Code extension introduced support for natively editing/running/interacting with Jupyter notebooks. Currently, this native editing functionality does not work with kedro, I assume because of the start-up scripts that run when you run kedro jupyter notebook instead of jupyter notebook. Is it possible to edit/run kedro jupyter notebooks within VS Code? Could we add a guide for this in the docs?

Context

I switch back and forth between Jupyter notebooks (for exploration/interactive development) and VS Code (for editing nodes, data catalog, etc.). Now that VS Code has native support for jupyter notebooks, it would be great if I could use just one tool for all my kedro development needs!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
ChronoJoncommented, Mar 12, 2022

It’s now very easy to do. Just run %load_ext kedro.extras.extensions.ipython. Afterwards, the %reload_kedro cell magic works in VS Code.

image

2reactions
mzjp2commented, Dec 7, 2021

This should be significantly easier to do now with the Kedro IPython extension.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jupyter Notebooks in Visual Studio Code
Jupyter Notebooks are documents that contain a mix of live code (Python, R, Julia, JavaScript, and more), visualizations, and narrative text (Markdown).
Read more >
Jupyter Notebooks in Visual Studio Code - OpenSourceOptions
Jupyter Notebooks in Visual Studio Code · 1. Install Visual Studio Code · 2. Install VSC Extensions to Enable Jupyter Notebooks · 3....
Read more >
16 Reasons to Use VS Code for Developing Jupyter Notebooks
Visual Studio Code is one of the most popular text editors with a track record of continual improvements. One area where VS Code...
Read more >
microsoft/vscode-jupyter: VS Code Jupyter extension - GitHub
Work in the browser · The Jupyter extension has support for a web based interface provided by vscode. · The Jupyter extension can...
Read more >
Running Jupyter Notebook on Visual Studio Code - Medium
Jupyter Notebook allows you to combine both code and markdown into a single canvas that is ideal for documenting, sharing, and debugging your ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found