Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drdub/mtlpy_56_tuto
Tutorial on using widgets Jupyter notebooks to write user cases
https://github.com/drdub/mtlpy_56_tuto
Last synced: about 1 month ago
JSON representation
Tutorial on using widgets Jupyter notebooks to write user cases
- Host: GitHub
- URL: https://github.com/drdub/mtlpy_56_tuto
- Owner: DrDub
- Created: 2016-01-19T00:10:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-19T00:13:28.000Z (almost 9 years ago)
- Last Synced: 2023-03-11T04:12:49.182Z (almost 2 years ago)
- Language: Jupyter Notebook
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Source: https://github.com/DrDub/mtlpy_56_tuto
* Jupyter notebook
** Install
virtualenv mtlpy56
source mtlpy56/bin/activate
pip install jupyter
** Deploy
jupyter notebook --no-browser* pywidgets
** Install
pip install ipywidgets
** Use
git clone https://github.com/ipython/ipywidget
jupyter notebook --no-browser
master/examples/notebooksHTML
Button
Text
BoxInteraction
** Filebrowser.py
https://gist.githubusercontent.com/DrDub/6efba6e522302e43d055/raw/bf9fd5584363ec9f99625d6a4ffd60e70a9417b9/selectfile.py
* Use cases
** Poisson Magique
https://github.com/DrDub/poissonmagique
commit 38e309f9e4103f0b9ddcf4ae08be08177191d0ab, notebooks folderSee MtlPy #42
Play-by-Post RPG email gateway
Send email to [email protected] -> gets intercepted -> sent to [email protected]
Virtual email addresses for players and non-player characters
** Onboarding Use Case
Gamemaster wants to add a new user
pip install django-extensions
in settings.py:
INSTALLED_APPS = (
....
'django_extensions'
)
~/poissonmagique$ PYTHONPATH=$PWD python webapp/manage.py shell_plus --notebook --no-browser** Multi-email Reply Use Case
Gamemaster receives multiple emails and makes a combined response