Piotr
Piotr
Hi @slvstr1, I have no idea why it hangs ... Have you tried to run: ``` sudo docker-compose up --build ``` maybe it will start after build, somehow? Are you...
It is on purpose, I disabled selected set of characters in the `Text` widget. Here is a function to sanitize input https://github.com/mljar/mercury/blob/22d8bf882a49e5871aca6fd67a2edacd31d617ff/frontend/src/widgets/Text.tsx#L34-L36
You are right. I can add parameter to disable sanitization. To be precise, right now sanitization is applied in the frontend and in the backend - we check input strings...
@spamsch added sanitize parameter in `Text` widget, thank you! I've added small fixes in https://github.com/mljar/mercury/commit/fd0021bfb51d1b7180c3e8c353524007a942fc61 and it should be working. I've released version 2.3.8 right now and updated docs https://runmercury.com/docs/input-widgets/text/
Hi @ranggakd, Thank you for reporting the issue. Your bug description is very good, we rarely get such good descriptions with steps and code for bug reproduction :+1: :1st_place_medal: I...
You need to clean database - are you using Postgres or Sqlite? The `mercury run clear` is working only with local databases. You might try `mercury delete path/to/notebook.ipynb`. Please check...
Hi @rraadd88, We are working on support for all custom widgets that is working in Jupyter. Work is in progress. It has very high priority for us. I will let...
Hi @jl-calda, Thanks for reporting. Not all ipywidgets custom widgets are supported right now. I didn't test the ipycanvas, hard to say what is the reason ...
To support any ipywidget we need to move Mercury to be JupyterLab extension. We already did some proof of concept work, but it still requires more work to finish https://github.com/mljar/mercury-extension
When running docker compose please try to open address `0.0.0.0`.