sagemathinc / cocalc-docker

DEPRECATED (was -- Docker setup for running CoCalc as downloadable software on your own computer)
https://cocalc.com
Other
398 stars 103 forks source link

Error replacing moved Files #208

Open ingodahn opened 8 months ago

ingodahn commented 8 months ago

When I move a notebook from one folder to another and create a new notebook with the same name it inherits content and chat. Steps to reproduce:

  1. Create a jupyter notebook file in a folder
  2. Add some content to the chat (I used a chatgpt conversation)
  3. Move the notebook file to the parent folder
  4. Create a new empty notebook in the folder with the same name as the original notebook
  5. After a short while the new notebook and its chat will be filled with the content of the old notebook and its chat
  6. Above the notebook menu in the new notebook appears an error message Error: TypeError: Cannot read properties of undefined (reading 'get')