You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@pplonskiLog 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.
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
The text was updated successfully, but these errors were encountered: