Skip to content

Commit

Permalink
chartsworth start
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Aug 10, 2023
1 parent 2344fff commit 60d64f7
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 25 additions & 4 deletions blog/2023-08-02-chart-monsters-for-slack/index.mdx
Original file line number Diff line number Diff line change
@@ -1,21 +1,42 @@
---
slug: chart-monsters-for-slack
title: ""
title: "Chart Monsters push from Notebooks to Slack"
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]
description: "Push results from notebooks straight to Slack with Chart Monsters"
image: "./chart-monsters-social-card.png"
tags: [notebooks, slack, chart monsters, chartsworth, automation, reporting]
---

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

import ThemedImage from "@theme/ThemedImage";

import chartsworth_light from "./chartsworth-transparent.png";
import chartsworth_dark from "./chartsworth-transparent-invert.png";

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

Hi! 👋🏻 This is Chartsworth.

<ThemedImage
alt="Chartsworth the chart monster. A rough sketch outline of a floating monster with scruffy fur and adorable eyes amidst axes."
sources={{
light: chartsworth_light,
dark: chartsworth_dark,
}}
height={300}
width={300}
/>

Chartsworth posts from notebooks to slack.

### Scratch/outline

1. Setting Up a Slack App

- Introduction to Slack apps and their relevance.
Expand Down

0 comments on commit 60d64f7

Please sign in to comment.