Closed benz0li closed 5 months ago
Thank you for your input! We should break this down into bite-sized pieces.
os.environ['JUPYTERHUB_SERVICE_PREFIX'] + 'marimo'
works as a base URL?PATH
for the entire process at import time, which would cause side effects. Instead, you could override environment variables while spawning the process. Have a look at this example :)