Feature Request: Allow the Removal of Fork Inheritance

You can already copy a notebook without creating a fork, because any two notebooks can be merged. The steps are not intuitive, so bear with me:

  1. Open the notebook that you want to copy. This is the ORIGINAL. Access the notebook ID:
    • for private or shared notebooks: The part in the URL after “/d/”.
    • for published notebooks: Access the notebook history; the ID is the part of the URL between “/d/” and “@”.
  2. Create a new notebook, save the first cell. This is the COPY.
  3. Open the URL https://observablehq.com/compare/COPY...ORIGINAL, replacing COPY and ORIGINAL with their respective notebook IDs.
  4. Hit the Merge button in the upper right, confirm, and you’re done.

Note: Observable calls the notebook from which we merge the target. I don’t know why, don’t let yourself be irritated by that. This is what you’ll want:

3 Likes