Skip to content

Commit

Permalink
first draft of social card
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Sep 20, 2023
1 parent 263146a commit b867172
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
1 change: 1 addition & 0 deletions blog/2023-09-19-deno-launch/deno-logo.svg
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.
1 change: 1 addition & 0 deletions blog/2023-09-19-deno-launch/deno-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 28 additions & 4 deletions blog/2023-09-19-deno-launch/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,32 @@
slug: experimenting-with-deno-notebooks
title: "Experiments with Deno Notebooks"
authors: [kyle]
description: ""
image: ""
tags: [notebooks, deno, typescript, kernels, visualization, jupyter, community]
description: "Time to experiment with Deno Notebooks -- the literate computing experience for JavaScript."
image: "./deno-social-card.png"
tags:
[
notebooks,
deno,
typescript,
javascript,
kernels,
visualization,
jupyter,
community,
]
---

For so long, I have wanted an incredible environment to do interactive and literate computing with server side JavaScript. Some of the main requirements I've had are:

- Ease of package management
- Native support for TypeScript
- Commitment to web standards
- Top level async await
- Strong community and ecosystem

Deno has all of these.

In addition, Deno has a strong and kind development community and ecosystem. It is a joy to work with them.
(aside about kernel build out)

Now, I'm excited to officially announce support for Deno Notebooks on Noteable.

Expand Down Expand Up @@ -44,6 +56,18 @@ console.log("Hello from Deno ", Deno.version.deno);
Hello from Deno 1.37.0
```

### The basics

- Top level async await

## Images, Markdown, and more

- Show display module
- Show how to use canvas
- Show how to use markdown

- Show how to load

## Where do we go from here?

I'm committed to making the data science ecosystem in Deno as strong as possible. I'm excited to see what we can build together.
Expand Down

0 comments on commit b867172

Please sign in to comment.