display(Map) displays as string when running solara at command line #1050
Unanswered
helsharif-gatech
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made a simple geemap web app that runs perfect with Solara in JupyterLab, but when I save the app as an ipyb file and try to run it at the command line with

solara run my_simple_webapp.ipynb
The map shows as a string of code as in this browser screenshot:
Below is the code in my_simple_webapp.ipynb
It seems like the issue is that the code
display(Map)
is not supported when Solara is run at the command line?
Is there some way to get that line to work properly?
Beta Was this translation helpful? Give feedback.
All reactions