https://github.com/dataideaorg/dataidea-typescript
TypeScript Full Course
https://github.com/dataideaorg/dataidea-typescript
Last synced: 4 months ago
JSON representation
TypeScript Full Course
- Host: GitHub
- URL: https://github.com/dataideaorg/dataidea-typescript
- Owner: dataideaorg
- License: apache-2.0
- Created: 2024-10-12T04:22:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-12T04:30:49.000Z (over 1 year ago)
- Last Synced: 2025-03-21T20:47:33.951Z (10 months ago)
- Language: Jupyter Notebook
- Size: 351 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dataidea-typescript
This file will become your README and also the index of your
documentation.
## Developer Guide
If you are new to using `nbdev` here are some useful pointers to get you
started.
### Install dataidea_typescript in Development mode
``` sh
# make sure dataidea_typescript package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to dataidea_typescript
$ nbdev_prepare
```
## Usage
### Installation
Install latest from the GitHub
[repository](https://github.com/dataideaorg/dataidea-typescript):
``` sh
$ pip install git+https://github.com/dataideaorg/dataidea-typescript.git
```
or from [conda](https://anaconda.org/dataideaorg/dataidea-typescript)
``` sh
$ conda install -c dataideaorg dataidea_typescript
```
or from [pypi](https://pypi.org/project/dataidea-typescript/)
``` sh
$ pip install dataidea_typescript
```
### Documentation
Documentation can be found hosted on this GitHub
[repository](https://github.com/dataideaorg/dataidea-typescript)’s
[pages](https://dataideaorg.github.io/dataidea-typescript/).
Additionally you can find package manager specific guidelines on
[conda](https://anaconda.org/dataideaorg/dataidea-typescript) and
[pypi](https://pypi.org/project/dataidea-typescript/) respectively.
## How to use
Fill me in please! Don’t forget code examples:
``` python
1+1
```
2