briefercloud / briefer

Dashboards and notebooks in a single place. Create powerful and flexible dashboards using code, or build beautiful Notion-like notebooks and share them with your team.
https://briefer.cloud
GNU Affero General Public License v3.0
3.23k stars 178 forks source link

Export Briefer Notebooks and Support for Versioning #55

Open ficast opened 2 weeks ago

ficast commented 2 weeks ago

Description:

Currently, Briefer does not allow users to load .ipynb files. It would be very useful to implement a feature that not only allows loading .ipynb files but also exporting Briefer notebook files. This would facilitate proper version control, making it easier for users to track and manage their Briefer notebooks in repositories like Git.

Feature Request:

Add functionality to load .ipynb files into Briefer. Add functionality to export Briefer notebooks to a file format that can be versioned (e.g., .briefer or .ipynb). Ensure compatibility with version control systems (e.g., Git) to allow users to track changes to Briefer notebooks effectively.

Rationale:

Enabling both import and export of notebooks would enhance flexibility, especially for users who work with Jupyter notebooks. The ability to export and version notebooks is essential for maintaining workflow integrity and collaborative work environments. Thank you for considering this feature!

lucasfcosta commented 2 weeks ago

Tagging #74 here for another great request related to this feature.