https://github.com/brevdev/areyouarobot
https://github.com/brevdev/areyouarobot
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brevdev/areyouarobot
- Owner: brevdev
- License: mit
- Created: 2022-07-05T22:51:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T20:23:07.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T10:04:52.927Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 1.46 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
run jupyter notebook
```
docker run --rm -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes -v "/home/brev/workspace/AreYouARobot/work":/home/jovyan/work jupyter/scipy-notebook:lab-3.4.3
```
and copy the link from output into your browser
```
To access the server, open this file in a browser:
file:///home/jovyan/.local/share/jupyter/runtime/jpserver-72-open.html
Or copy and paste one of these URLs:
http://cc3497583ba8:8888/lab?token=115cb362e7f31df359a03ddc01b0e8e120d08e0375e1f97d
or http://127.0.0.1:8888/lab?token=115cb362e7f31df359a03ddc01b0e8e120d08e0375e1f97d # <----- copy this one!
```
generate function text
```
python gentext.py
```
generate function names to copy into `all_strategies` array
```
python genfuncs.py
```
generate function names to copy into `all_strategies` array
```
python genfuncs_reduced.py
```