From 754c0c2d935735dbd25669702b228cebbbc02bae Mon Sep 17 00:00:00 2001 From: Hebi Li Date: Tue, 31 Oct 2023 15:03:34 -0700 Subject: [PATCH] remove links --- README.md | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index f6340694..7289d8da 100644 --- a/README.md +++ b/README.md @@ -3,27 +3,16 @@ Codepod provides the interactive coding experience popularized by Jupyter, but with scalability and production-readiness. Users can still incrementally build up code by trying out a small code snippet each time. But they would not be -overwhelmed by the great number of code snippets as the projects grow. - -

homepage | - manual | - try online -

- -
+overwhelmed by the great number of code snippets as the projects grow. Learn +more on our website at https://codepod.io. ![screenshot](./screenshot-canvas.png) - - # Install +You can [use CodePod online](https://app.codepod.io) without installing it +locally. To install it on your computer: + Step 1: install prerequisite: [nodejs](https://nodejs.org/en/download) runtime and python & ipykernel: @@ -83,7 +72,6 @@ or submitting a pull request. Do use [Prettier](https://prettier.io/) (e.g., [its VSCode plugin](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)) to format your code before checking in. -Last but not least, give us a star on Github! # Citation