BlessedDisco
Results
2
comments of
BlessedDisco
By default you should be able to register a new user. If you have [disabled registration](https://help.penpot.app/technical-guide/configuration/#registration), you can [manually create new users](https://help.penpot.app/technical-guide/getting-started/#create-users-using-cli).
In a codeblock [in the README](https://github.com/danielfrg/s3contents#aws-s3) there is an example on how to fix this popup: ```python # Fix JupyterLab dialog issues c.ServerApp.root_dir = "" ``` For my environment, this...