Skip to content

Pydeck: visualization without jupyter #9019

Answered by donmccurdy
iegorval asked this question in Q&A
Discussion options

You must be logged in to vote

Outside of Jupyter (and certain other notebook environments) pydeck generates an HTML file, but does not:

  1. run a local server to host that HTML page, or
  2. launch a window in any particular browser to view the locally-hosted HTML

For steps (1) you could use any Python local HTTP server, or similar Node.js servers, or desktop apps like WorldWideWeb. Some of these local servers might open a browser window for you, others may require you to copy/paste the URL into the browser yourself.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by iegorval
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants