https://github.com/nnfuzzy/deepnote-101
deepnote-1001
https://github.com/nnfuzzy/deepnote-101
Last synced: 9 months ago
JSON representation
deepnote-1001
- Host: GitHub
- URL: https://github.com/nnfuzzy/deepnote-101
- Owner: nnfuzzy
- Created: 2023-02-16T00:43:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T02:10:52.000Z (over 3 years ago)
- Last Synced: 2025-09-28T06:59:50.267Z (10 months ago)
- Language: Jupyter Notebook
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deepnote-101 (A simple test)

## Docker
Sometimes you have problems with your dependencies, therefore just generate your own docker image and you're good to go.
* docker build -t you/image_name:latest . # replace you & image_name with approriate values
* docker push you/image_name # Push it to dockerhub
## Terraform
To test some integrations (e.g. S3 and a database) you can create your resources with terraform fast.
* cd terraform
* terraform init
* terraform apply
* terraform output -raw db_password
## Notebook
To have a quick working example , you'll find attached a simple notebook with some chatgpt api testing. But before, you should add your integrations quickly with the credentials and connection details from your
resources.