mljar / studio-old

MLJAR Studio Desktop Application
https://mljar.com
4 stars 1 forks source link

save notebook is not working in v1.0 #56

Open tariqrahiman opened 2 years ago

tariqrahiman commented 2 years ago

I created my first sample notebook. Run through the different steps as in https://www.youtube.com/watch?v=prBuqaozsoE&ab_channel=MLJAR Then i saved the notebook I got a green message which says Notebook Saved Successfully on top right corner. I restarted the MLJAR Studio and i only see the import packages step. All other steps are lost. I digged bit and saw that the output was created. However on reopen all steps are lost.

May be you can add a configurable AutoSave feature which saves notebook every 15 minutes MLJAR-Save MLJAR-Output

pplonski commented 2 years ago

Thank you for reporting. Must be some bug.

tariqrahiman commented 2 years ago

@pplonski Log attached. This is Critical bug, cannot continue testing out code, since nothing is being saved

[I 19:54:38.148 NotebookApp] Kernel shutdown: 51074fa9-2abd-45f3-bd91-e61b95de97a2 ERROR:asyncio:Exception in callback <TaskWakeupMethWrapper object at 0x000002569D7E5AC0>(<Future finis...586"\r\n\r\n'>) handle: <Handle <TaskWakeupMethWrapper object at 0x000002569D7E5AC0>(<Future finis...586"\r\n\r\n'>)> Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\MLJAR-Studio\miniconda\lib\asyncio\events.py", line 80, in _run self._context.run(self._callback, *self._args) RuntimeError: Cannot enter into task <Task pending name='Task-2' coro=<HTTP1ServerConnection._server_request_loop() running at C:\Users\Owner\AppData\Roaming\MLJAR-Studio\miniconda\lib\site-packages\tornado\http1connection.py:823> wait_for=<Future finished result=b'GET /api/co...1586"\r\n\r\n'> cb=[IOLoop.add_future..() at C:\Users\Owner\AppData\Roaming\MLJAR-Studio\miniconda\lib\site-packages\tornado\ioloop.py:688]> while another task <Task pending name='Task-194' coro=<MultiKernelManager._async_start_kernel() running at C:\Users\Owner\AppData\Roaming\MLJAR-Studio\miniconda\lib\site-packages\jupyter_client\multikernelmanager.py:186>> is being executed.