Skip to content

Map not displaying in VSCode Jupyter Notebook #707

Answered by kylebarron
cpalazzi asked this question in Q&A
Discussion options

You must be logged in to vote

In the second snippet it looks like you're not displaying the Map. You're just storing it as a variable. You need to execute a "cell" with m as the last line, or call display(m) to see the map render.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cpalazzi
Comment options

Answer selected by cpalazzi
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