Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert tutorials in md format to Jupyter Notebooks with Kotlin kernel #119

Open
zaleslaw opened this issue Jun 15, 2021 · 2 comments · May be fixed by #147
Open

Convert tutorials in md format to Jupyter Notebooks with Kotlin kernel #119

zaleslaw opened this issue Jun 15, 2021 · 2 comments · May be fixed by #147
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@zaleslaw
Copy link
Collaborator

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)

@zaleslaw 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
@zaleslaw zaleslaw added the documentation Improvements or additions to documentation label Jun 15, 2021
@avan1235
Copy link
Contributor

avan1235 commented 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

@zaleslaw
Copy link
Collaborator Author

@ileasile could you give us advice, looks like the auto-importing is supported when the library definition is added, isn't it?

@zaleslaw zaleslaw added this to the 0.3 milestone Jun 15, 2021
@zaleslaw zaleslaw modified the milestones: 0.3, 0.4 Sep 13, 2021
@zaleslaw zaleslaw modified the milestones: 0.4, 0.5 Dec 15, 2021
@ermolenkodev ermolenkodev removed this from the 0.5 milestone Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
3 participants