VRSEN / agency-swarm

The only reliable agent framework built on top of the latest OpenAI Assistants API.
https://vrsen.github.io/agency-swarm/
MIT License
2.06k stars 539 forks source link

Notebook JSON is invalid: 'execution_count' is a required property #41

Closed OrwellianOwl closed 5 months ago

OrwellianOwl commented 5 months ago

[E 20:56:09.963 NotebookApp] Notebook JSON is invalid: 'execution_count' is a required property

Failed validating 'required' in code_cell:

On instance['cells'][3]:
{'cell_type': 'code',
 'id': 'b3bb4f042e4b3050',
 'metadata': {'collapsed': False},
 'outputs': ['...0 outputs...'],
 'source': 'from agency_swarm import set_openai_key\n'
           'set_openai_key("YOUR_OPE...'}

Getting this error when I open the notebook for the first time.

VRSEN commented 5 months ago

@OrwellianOwl seems like PyCharm is messing with Jupyter. Can you pull and try again? Reopen if the problem persists.