Spaces:
Running
Running
File size: 1,929 Bytes
fb1a11c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# How to contribute
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.
## Ways to Contribute
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!
## For Ideas, Bugs, or Suggestions:
- Start a new discussion [here](https://huggingface.co/spaces/asoria/auto-notebook-creator/discussions/new).
- Tell me whatโs on your mind and include any details that might help.
## For Adding New Notebook Types:
- Open a pull request (PR) [here](https://huggingface.co/spaces/asoria/auto-notebook-creator/discussions?new_pr=true).
- Add a new `.json` file in the notebooks folder. Thereโs a sample file you can copy and tweak.
- Submit your PR! ๐
## Running the Space Application
To execute the space, follow these steps:
1. 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](https://huggingface.co/datasets/asoria/dataset-notebook-creator-content) repository.
- `HF_TOKEN`: Your Hugging Face token, used for authentication to push changes to the repository.
Example setup:
```bash
export HF_TOKEN=your_huggingface_token
export NOTEBOOKS_REPOSITORY=your_repository_name
```
2. Execute the following command to start the application:
```bash
python app.py
```
I am excited to see what you come up with. Thanks for helping make this project even better! ๐
|