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
Currently, we have tutorials in "/docs" folder with snippets of code, we need to move forward and convert them to the runnable notebooks (probably based on the existing examples stored in the release branch)
The text was updated successfully, but these errors were encountered:
zaleslaw
changed the title
[Documentation] Convert tutorials in md format to Jupyter Notebooks with Kotlin kernel
Convert tutorials in md format to Jupyter Notebooks with Kotlin kernel
Jun 15, 2021
I just started doing this task and see a single thing that would be preferred to be done before. When using the library in the IDE we definitely benefit from using the auto-import feature. As I understood the kotlin jupyter documentation there should be a possibility to specify the default imports for the library used in notebook so theoretically we could provide all commonly used packages/classes to be auto imported
It has to be discussed if we want to have full examples (with imports lines) or just a clean code and text as the essence of the tutorial.
@zaleslaw For now, I will add all necessary imports manually so please also assign me to this task so I would move (and try to improve) the existing docs to notebooks
Currently, we have tutorials in "/docs" folder with snippets of code, we need to move forward and convert them to the runnable notebooks (probably based on the existing examples stored in the release branch)
The text was updated successfully, but these errors were encountered: