Adds jupyter notebook support
Forces the installation of django_extensions. Simply adds the `shell_plus` command to be seen in main evennia binary when parsing arguments. A notebook can be started with the following `evennia shell_plus --notebook`
This commit is contained in:
parent
69d1e97c8e
commit
198a192595
2 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ pytz
|
|||
djangorestframework >= 3.10.3, < 3.12
|
||||
django-filter >= 2.2.0, < 2.3
|
||||
django-sekizai
|
||||
django-extensions >= 3.1.0
|
||||
inflect
|
||||
autobahn >= 17.9.3
|
||||
lunr == 0.5.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue