Giter Club home page Giter Club logo

Comments (4)

amunger avatar amunger commented on June 2, 2024

currently blocked on Data Wrangler's jupyterVariableViewers command contribution needing to handle cases with a debug session and no notebook.

from vscode-jupyter.

amunger avatar amunger commented on June 2, 2024

verification steps:

  1. Install Python, DataWrangler and Jupyter pre-release extensions
  2. Create a .py file with the content below and set a breakpoint on the last print line
  3. Debug the file (not in the Interactive Window)
  4. When the breakpoint is hit, navigate to the variables view in the debug panel, right click df, and open the data viewer
  5. Ensure Data Wrangler's data viewer is opened
import pandas as pd

# create a dictionary with sample data
data = {
    "name": ["Alice", "Bob", "Charlie", "David"],
    "age": [25, 30, 35, 40],
    "gender": ["F", "M", "M", "M"],
}

df = pd.DataFrame(data)

# print the dataframe
print(df)

from vscode-jupyter.

rzhao271 avatar rzhao271 commented on June 2, 2024

Does this count as the viewer opening for step 5? I'm in a venv with just pandas installed.

Data Wrangler opens to an error screen

from vscode-jupyter.

amunger avatar amunger commented on June 2, 2024

it is being delegated correctly, we can just make that a new issue for DW

from vscode-jupyter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.