0

i have copied the notebook to create another version and all the time getting this strange errors, Does anyone have a clue how to get rid of it?

A V
  • 341
  • 1
  • 2
  • 7

2 Answers2

1

i have solved it with clicking "Trust" in jupyter notebook on the tool panel.

A V
  • 341
  • 1
  • 2
  • 7
1

The best temporary solution so far is the following, from this GitHub issue:

First select all the cells in the Jupyter Notebook, then press the "cut/scissors" button (don't panic, at this point your Notebook will be empty), and finally press the "paste" button.

Gabriel H. Nunes
  • 735
  • 8
  • 20