How can you RESET Python 101 Notebook lessons so their is a NEW notebook each time?
I am using Python 101 notebook lessons with multiple classes. I need to remove the code between classes so that I can model, when needed, and not have the students see the entire code solution. With cloud, the code is continuously backed up and reappears. I have deleted local copies and renamed the worlds. Nothing works. I need a 'fresh' world for every class so that we can work on a code solution together.
-
I have not run into this exact scenario, but this is how I have solved similar problems in the past:
Every time I reach an important benchmark in a lesson, I stop, and rename the current world something like:
MASTER Python 101 Lesson 2 second challenge
Then when I want to start "fresh" at that point, instead of opening, I copy the world, name it:
2nd Period Python 101 Lesson 2 second challenge
This way I can go directly to where ever the students need to be, but my code is reset to that point in the tutorial.
Hope this helps!
0 -
Thanks for the suggestion. Unfortunately that method is not working for me. Even when projects are renamed and opened anew, the previous code appears. Ugh!
0
Please sign in to leave a comment.
Comments
2 comments