-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add boilerplate for Jupyter #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tested installing Black to autoformat python code in Jupyter notebooks?
https://black.readthedocs.io/en/stable/getting_started.html#installation
If you want to format Jupyter Notebooks, install with
pip install "black[jupyter]"
.
Good idea ! |
3f7861c
to
091b92b
Compare
Just discovered nbQA at the JupyterCon! |
bd474fe
to
3963116
Compare
7f80883
to
2e8825d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
54a0350
to
e9a73ac
Compare
Let's dive in course recommendation with wendy. First steps for this project: - create a Python project package - provide a first investigation notebook - provide a CI with Github Actions for common code quality jobs
e9a73ac
to
46a82f2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Purpose
Research for this proof of concept is done with Jupyter notebook.
A dedicated service with Docker image of Jupyter is made available.
Proposal
The proposed service is a replica of the jupyter notebook used in the private
data repository.