|
3 | 3 | Codepod provides the interactive coding experience popularized by Jupyter, but
|
4 | 4 | with scalability and production-readiness. Users can still incrementally build
|
5 | 5 | up code by trying out a small code snippet each time. But they would not be
|
6 |
| -overwhelmed by the great number of code snippets as the projects grow. |
7 |
| - |
8 |
| -<div align="center"><h3><a href="https://codepod.io" target="_blank"> homepage</a> | |
9 |
| - <a href="https://codepod.io/docs/manual/" target="_blank">manual</a> | |
10 |
| - <a href="https://app.codepod.io" target="_blank">try online</a> |
11 |
| -</h3> |
12 |
| -<!-- <a href="https://discord.gg/W4B4gQdZZS"><img src="https://dcbadge.vercel.app/api/server/W4B4gQdZZS?style=flat" /></a> --> |
13 |
| - </div> |
| 6 | +overwhelmed by the great number of code snippets as the projects grow. Learn |
| 7 | +more on our website at https://codepod.io. |
14 | 8 |
|
15 | 9 | 
|
16 | 10 |
|
17 |
| -<!-- # Gallery |
18 |
| -
|
19 |
| -Thanks to our community, we now have CodePod showcases ranging from analytical geometry to bioinformatics. |
20 |
| -
|
21 |
| -- [plotting common functions](https://app.codepod.io/repo/2ncnioylo9abo3otdxjs) |
22 |
| -- [image operations using skimage](https://user-images.githubusercontent.com/44469195/239033643-decbd7ae-29bb-44b9-af33-d4cb7c2bce46.png) |
23 |
| -- [tel-siRNA sequence detector](https://app.codepod.io/repo/b94n7n00a9395xwhv1o8) --> |
24 |
| - |
25 | 11 | # Install
|
26 | 12 |
|
| 13 | +You can [use CodePod online](https://app.codepod.io) without installing it |
| 14 | +locally. To install it on your computer: |
| 15 | + |
27 | 16 | Step 1: install prerequisite: [nodejs](https://nodejs.org/en/download) runtime
|
28 | 17 | and python & ipykernel:
|
29 | 18 |
|
@@ -83,7 +72,6 @@ or submitting a pull request.
|
83 | 72 | Do use [Prettier](https://prettier.io/) (e.g., [its VSCode
|
84 | 73 | plugin](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode))
|
85 | 74 | to format your code before checking in.
|
86 |
| -Last but not least, give us a star on Github! |
87 | 75 |
|
88 | 76 | # Citation
|
89 | 77 |
|
|
0 commit comments