Skip to content

Commit

Permalink
begin drafting post
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Aug 10, 2023
1 parent 11d04ab commit 2344fff
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions blog/2023-08-02-chart-monsters-for-slack/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
slug: chart-monsters-for-slack
title: ""
authors: [kyle]
description: "How pairing notebooks with LLMs increases the power of both."
image: "./llm-notebooks-post.png"
tags: [chatgpt, ipython, notebooks, noteable, data science]
---

import { OutputBlock } from "@site/src/components/cell";

import {
Chat,
UserMessage,
AssistantMessage,
ChatFunctionCall,
} from "@site/src/components/chat";

1. Setting Up a Slack App

- Introduction to Slack apps and their relevance.
- Step-by-step guide to creating a Slack app, configuring permissions, and obtaining the necessary tokens.

2. Scheduling Notebooks in Noteable

- How to set up scheduled notebooks within Noteable, including the process of linking the Slack app to automate messages.
- Detailing the different scheduling options and when one might be more appropriate than another.

3. Integrating the Pieces

- A section that brings together the previous parts, showing how to integrate Slack notifications with scheduled notebooks in Noteable.
- Include real-world examples or use cases to demonstrate the power and convenience of this approach.

4. Error Handling and Troubleshooting

- Common pitfalls or mistakes that might be encountered, and how to address them.

5. Conclusion and Next Steps

- A summary of what the reader has learned and encouragement to explore further or adapt the process to their specific needs.

0 comments on commit 2344fff

Please sign in to comment.