Skip to content

Can't show in VS Code #4

@leomiquelutti

Description

@leomiquelutti

Hi @jobar8, interpies seems to be very goood for plotting geophysical data.

However, when I try to translate your Jupyter Notebook Getting_started_with_interpies to a pure python file to run in VS Code, it does not show any image.

import interpies

inFile = 'F:/GitHub/interpies/data/brtpgrd.gxf'
grid1 = interpies.open(inFile)
grid1.show()

Nothing happens. grid1.info() returns the same information both in VS Code or Jupyter Notebook. No errors.

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions