Ipynb export

for migration jupyter -> datalore

3 Likes

I would suggest:

  • ipynb import

  • ipynb export

  • markdown export, following the notedown format: https://github.com/aaren/notedown (notably, Python code is in marked delimiters, as in github):

      ```python
      <code>
      ```
    

It’s hard to commit to a tool like this without export tools.

We have this feature in our roadmap.

Thanks,
Konstantin