-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #150 from pydanny/add-mkdocs-include
Add mkdocs include so README is the index
- Loading branch information
Showing
6 changed files
with
31 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,7 @@ | ||
# Home | ||
|
||
![dj-notebook logo](img/dj-notebook-logo.png) | ||
|
||
_Django + shell_plus + Jupyter notebooks made easy_ | ||
|
||
A Jupyter notebook with access to objects from the Django ORM is a powerful tool to introspect data and run ad-hoc queries. | ||
|
||
## Features | ||
|
||
The ever-growing list of features: | ||
|
||
- Easy ipython notebooks with Django | ||
- Built-in integration with the imported objects from django-extensions | ||
- Inheritance diagrams on any object, including ORM models | ||
- Converts any Django QuerySet to Pandas Dataframe | ||
- Handy function for displaying mermaid charts in | ||
- Generates visual maps of model relations | ||
|
||
## Examples | ||
|
||
```python | ||
from dj_notebook import activate | ||
plus = activate() | ||
plus.User.objects.all() | ||
``` | ||
|
||
``` | ||
<QuerySet [<User: Audrey>, <User: Daniel>]> | ||
``` | ||
|
||
!!! tip "Full Usage" | ||
|
||
Learn how to use all the awesome features of dj-notebook in the [usage page](./usage)! | ||
|
||
|
||
{% | ||
include-markdown "../README.md" | ||
start="<!--intro-start-->" | ||
end="<!--intro-end-->" | ||
%} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters