You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manually setting the version of the current notebook also outside of the publish() function. The publish() function is a high-level convenience wrapper that aggregates a couple of steps that are included in the publishing process. Maybe meta.store.version = "draft" followed by meta.store.write()?
Re-initializing a notebook. Say, you copy and paste a notebook because you want to re-use some of the code in it. You'll want to call nbproject.init() and assign a new ID and set the version to draft and set time_init to datetime.now().
Currently, I do:
![Screen Shot 2022-07-11 at 22 01 02](https://user-images.githubusercontent.com/38218185/178283106-5738641c-db61-4af8-8384-7f3202b35512.png)
The text was updated successfully, but these errors were encountered: