Thanks for your interest in contributing! 🙌 This project helps users quickly create notebooks to showcase how they use datasets. The generated code can be added to their repositories or used in research projects.
There are a few ways you can help:
- 💡Share ideas: Got a cool feature in mind? Let us know!
- 🐞Report bugs: If something isn’t working, we’d love to fix it.
- 🚀Suggest improvements: Any suggestions to make the tool better are welcome.
- 📓Add new notebook types: This is one of the most exciting ways to contribute!
- Start a new discussion here.
- Tell me what’s on your mind and include any details that might help.
- Open a pull request (PR) here.
- Add a new
.jsonfile in the notebooks folder. There’s a sample file you can copy and tweak. - Submit your PR! 🎉
To execute the space, follow these steps:
- Set Required Environment Variables:
NOTEBOOKS_REPOSITORY: The name of the repository where the generated notebooks will be stored. Ensure that you have write permissions for this repository. For example, I use asoria/dataset-notebook-creator-content repository.HF_TOKEN: Your Hugging Face token, used for authentication to push changes to the repository.
Example setup:
export HF_TOKEN=your_huggingface_token
export NOTEBOOKS_REPOSITORY=your_repository_name- Execute the following command to start the application:
python app.pyI am excited to see what you come up with. Thanks for helping make this project even better! 💖