Best Fancy Scripts, your Best Free Slave!
This repository contains some useful scripts:
-
run_jupyterlab.sh
: script to start JupyterLab on a server. The script will automatically find an available port and display the correct url to access the notebook. -
start.py
: startup script for JupyterLab to load some imports and activate the autoreload. -
sync_owncloud.sh
: script to sync an Owncloud folder. It can be used in cron, to sync folders between servers.
Axel Fahy – [email protected]
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request