Eric Charles
Eric Charles
It looks like pytest_tornasync is still needed ``` File "C:\hostedtoolcache\windows\Python\3.7.9\x64\lib\site-packages\_pytest\config\__init__.py", line 774, in import_plugin __import__(importspec) ImportError: Error importing plugin "pytest_tornasync": No module named 'pytest_tornasync' Error: Process completed with exit code...
@cailiang9 This feature has been merged in main branch with https://github.com/jupyter/nbclassic/pull/172 You can close this if it works for you. Thx.
@scottybrisbane do you have a public repo with your ipfs/hdfs integration?
Thx @scottybrisbane - POC is very fine. Once published, I expect contributors (like me) to try and let evolve the code. Without pushing you, any ideas on the timeline? (do...
> So for me a state information should not be part of the document. After reading twice @fcollonval scenario, I tend to agree that the state information should not be...
> No, it means I was not finished when the notebook was saved, This is a developer perspective. How can user eyes go from `*` to `not finished when the...
> No, I am just taking for granted that outputs are part of the notebook format, CRDT or not. I stil think that `nbformat` and the CRDT shared models are...
I would even be tempted to say that the output of a cell not being fully executed should not be part of that saved version (the ipynb file) of the...
Thx a lot @krassowski for joining the bits. I sometimes tend to step a it too much back, but I can see separated tracks like `Server model` / `POST api`...
Thx, useful for the pending_request story. There are other aspects that are not tackled like: - the user input which does not work for now in case of server model...