feat: implement livebook for exercises#7
Conversation
scollon42
left a comment
There was a problem hiding this comment.
I think it would make more sense to host some .livemd files in the repository and then to offer the possibility to open it with liveview (with this feature : https://livebook.dev/badge).
We would need to make the repository public, but in my opinion, it would make sense (event without communicating on it)
|
Yeah good idea. I'll check how that works. For now the badge only generates a button that redirects to the livebook. |
Yeah, but It allow you to choose between running it locally (and provide detailled steps to install livebook) or to run it with |
True! I changed it to a badge. It might be interesting to take a moment during backend chapters to talk about relevant exercises to put in this learning path. |
3659ac5 to
a1d5a77
Compare
|
Great! Can you also add the code from your livebook into your PR ? (in a livemd file ?) |
Done! It's within a |
This PR changes several stuff:
The livebook password is written directly on the
mdfile. Is it necessary to have a.envfor that, since everything should be public?The cons of that is everyone having access of the livebook can edit everything.