https://github.com/fastai/latest
latest.fast.ai server
https://github.com/fastai/latest
Last synced: 3 months ago
JSON representation
latest.fast.ai server
- Host: GitHub
- URL: https://github.com/fastai/latest
- Owner: fastai
- License: apache-2.0
- Created: 2020-11-23T23:55:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-22T23:59:10.000Z (4 months ago)
- Last Synced: 2025-09-23T01:20:15.446Z (4 months ago)
- Language: Python
- Homepage: https://fastai.github.io/latest
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# latest
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 latest in Development mode
``` sh
# make sure latest package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to latest
$ nbdev_prepare
```
## Usage
### Installation
Install latest from the GitHub
[repository](https://github.com/fastai/latest):
``` sh
$ pip install git+https://github.com/fastai/latest.git
```
or from [conda](https://anaconda.org/fastai/latest)
``` sh
$ conda install -c fastai latest
```
or from [pypi](https://pypi.org/project/latest/)
``` sh
$ pip install latest
```
### Documentation
Documentation can be found hosted on this GitHub
[repository](https://github.com/fastai/latest)’s
[pages](https://fastai.github.io/latest/). Additionally you can find
package manager specific guidelines on
[conda](https://anaconda.org/fastai/latest) and
[pypi](https://pypi.org/project/latest/) respectively.
## How to use
Fill me in please! Don’t forget code examples:
``` python
1+1
```
2