/bfs

Best Fancy Scripts, your Best Free Slave!

Primary LanguageShellMIT LicenseMIT

bfs

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.

Meta

Axel Fahy – axel@fahy.net

Distributed under the MIT license. See LICENSE for more information.

https://github.com/axelfahy

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request