mercury icon indicating copy to clipboard operation
mercury copied to clipboard

Convert Jupyter Notebooks to Web Apps

Results 136 mercury issues
Sort by recently updated
recently updated
newest added

Hi. I've deployed using docker-compose. If I log in to the django admin and then browse back to the mercury site without logging out of admin, I can not run...

bug

Hello, I have code like this: ``` import ipywidgets as widgets from IPython.display import display output = widgets.Output() @output.capture(clear_output=False,wait=True) # based on https://github.com/jupyter-widgets/ipywidgets/issues/1846 and https://ipywidgets.readthedocs.io/en/latest/examples/Output%20Widget.html def sayHello(b): print("You have pushed...

It would be nice to have a way to create input fields using data from a python variable/ API response data/ YML generated file (from a python script for example)

enhancement
help wanted

pyecharts repo https://github.com/pyecharts

There might be very mighty looking error message if there are some tasks with old notebooks. ```python [2022-07-28 11:17:14,676: ERROR/MainProcess] Task apps.tasks.tasks.task_execute[d9904836-2f1a-4f38-8d6d-69f1999dc13d] raised unexpected: UnboundLocalError("local variable 'notebook' referenced before assignment")...

bug
good first issue
help wanted

Hi @pplonski , The history function is very good. However, the output files do not seem to be linked and only the most recent can be downloaded. It would be...

bug

is it possible? that would be fun!

enhancement
help wanted

It should be possible to add preheated kernels for executing notebook. Please check the following discussions: - https://github.com/jupyter/nbconvert/pull/852/ - https://github.com/jupyter/nbconvert/issues/1802 - https://github.com/jupyter/jupyter_client/issues/811 - https://github.com/jupyter/nbclient/issues/238

enhancement

Please check this react package https://github.com/Hacker0x01/react-datepicker/

enhancement
help wanted