An open API service indexing awesome lists of open source software.

https://github.com/nnfuzzy/deepnote-101

deepnote-1001
https://github.com/nnfuzzy/deepnote-101

Last synced: 9 months ago
JSON representation

deepnote-1001

Awesome Lists containing this project

README

          

# deepnote-101 (A simple test)
![localImage](deepnote_notebook.png)

## 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.