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
I have setup Knowledge Repo 0.9.3 with PostgresSQL database and everything works as intended, apart from uploading Jupyter Notebook from the UI (In Add Post, option: Jupyter Notebook Post (Beta) - Write a post with uploaded Jupyter Notebook), which after Save & Preview will give me an info: "The post wasn't saved! Message: undefined" and it will raise NotImplementedError in the application.
I assume this is because it's, as the error says, not implemented, but just to check:
Is uploading Jupyter Notebooks working, but needs a specific setup, different than I have now?
Is this work in progress/not yet implemented and my setup doesn't have any influence on it?
The text was updated successfully, but these errors were encountered:
For Jupyter Notebook Post (Beta), currently it only supports cloud storage type of storage (gcs/s3). For example: --repo gs://{bucket}/(path_to_files) . Please let us know if you prefer git version of file control of UI notebook management.
Hi, thanks for open-sourcing this!
I have setup Knowledge Repo 0.9.3 with PostgresSQL database and everything works as intended, apart from uploading Jupyter Notebook from the UI (In Add Post, option: Jupyter Notebook Post (Beta) - Write a post with uploaded Jupyter Notebook), which after Save & Preview will give me an info: "The post wasn't saved! Message: undefined" and it will raise NotImplementedError in the application.
I assume this is because it's, as the error says, not implemented, but just to check:
The text was updated successfully, but these errors were encountered: