dj-notebook icon indicating copy to clipboard operation
dj-notebook copied to clipboard

Django + shell_plus + Jupyter notebooks made easy.

Results 21 dj-notebook issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Determining changelog data is messy. It would be good to have something as sweet as this: https://github.com/tiangolo/latest-changes **Describe the solution...

enhancement

**Is your feature request related to a problem? Please describe.** Right now our dependencies are entirely unpinned. **Describe the solution you'd like** Pin to the current version? I'm worried then...

**Is your feature request related to a problem? Please describe.** Right now there's a surfeit of items that cause mypy to fail **Describe the solution you'd like** - Add types...

hactoberfest

**Is your feature request related to a problem? Please describe.** Currently all relations are a line. We need to fix that. **Describe the solution you'd like** - Abstract relations probably...

Some of the other tools in this space are awesome. Certainly on the graphing side: - https://github.com/meshy/django-schema-graph - https://github.com/LegoStormtroopr/django-spaghetti-and-meatballs

This will make views on models with many connections easier

**Is your feature request related to a problem? Please describe.** Right now it's done alphabetically, but it would be better if the graphed model was centered.

**Is your feature request related to a problem? Please describe.** This was inspired by code in Kraken. **Describe the solution you'd like** A some text to explain the history

Our current test coverage on September 30th is 52%: ``` Name Stmts Miss Cover Missing ------------------------------------------------------------- src/dj_notebook/__init__.py 13 3 77% 28-30 src/dj_notebook/shell_plus.py 44 26 41% 24-38, 43-51, 55, 60-67, 80-85,...

hactoberfest