-
Notifications
You must be signed in to change notification settings - Fork 10
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
Using a Notebook to Maintain a Learning Diary / Log Of the Whole Workshop #22
Comments
This is a good idea! We were thinking in the automation module of making a
preformatted notebook with required cells for students to type code and
follow demonstrations. I saw this done in the software carpentry intro to
Python workshop I did, and I thought it was nice to follow along in a
notebook! Maybe each module can decide if they want to make a formatted
student notebook, or just encourage taking notes in the notebooks.
…On Jan 12, 2017 7:00 AM, "Tony Hirst" ***@***.***> wrote:
One of the discussions the *introduction-RR-Jupyter* curriculum
development team had related to encouraging workshop participants to create
a couple of notebooks for use throughout the whole workshop:
- a *learning diary*, where there could record *howto's* and snippets
of useful information, or notes, from the whole event;
- one or more *ad hoc* *scribble pad* notebooks for trying things out
quickly.
The learning diary could be bootstrapped from the notebook developed by
participants through exercises practised through the intro activity
<#21>
?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGGHmAz6oNmrHFiFd-nojQOhDbQ9hwYZks5rRkAVgaJpZM4Lh2FE>
.
|
We've used formatted notebooks in open online courses as well as taught/distance ed course. eg from open course https://github.com/psychemedia/learntocode. One issue we noticed is you need to take care in seeding example code otherwise learners just run cells blindly as they move down the notebook. You need to put in broken/incomplete code cells or empty code cells to try to encourage folk to explore a bit with their own code. |
I like this idea a lot and use JNs as an "ad hoc scribble pad" a lot. Will suggest and demonstrate to my class this semester. |
One of the discussions the introduction-RR-Jupyter curriculum development team had related to encouraging workshop participants to create a couple of notebooks for use throughout the whole workshop:
The learning diary could be bootstrapped from the notebook developed by participants through exercises practised through the intro activity?
The text was updated successfully, but these errors were encountered: