Skip to content

jupyter lab server via HEROKU , include ffmpeg, Aria2c-AriaNg, noVNC and rclone

Notifications You must be signed in to change notification settings

sagar17997/jupyterlab-17997

 
 

Repository files navigation

Jupyter Lab


Features

  • Running in Ubuntu 18.04
  • Aria2 Web-UI/AriaNg
  • noVNC (password: VNC123)
  • ffmpeg
  • handbrake
  • rclone
  • mtn thumbnailer


REQUIREMENTS

  • ability to run terminal
  • heroku account
  • rclone.conf in URL ( use gist.. see the TUTORIAL if you need
  • ngrok token

DEPLOY YOUR OWN

Deploy


how to start ariaNg?

  1. open folder name JupyterLab
  2. double-click AriaNg-WEB-UI.ipynb
  3. go to ngrok.com
  4. insert your token here TOKEN = "insert ngrok token here"
  5. click ▶ (Run the selected cells and advance)


how to transfers?

  1. open notepad in your pc,
  • copy this code rclone move /root/downloads/my-file.mp4 drivename:/folder destination -P then paste it into notepad
  1. in your notebook,
  • Right-click on the file or folder you want to transfer, click Copy Path, then paste at /root/downloads/my-file.mp4
  1. replace drivename:/folder destination w your rclone remote name,
  • you can see a remote name by clicking remote.txt in Notebook or rclone.conf in your PC
  1. open Notebook Terminal , ctrl v click enter
  • TRANSFER EXAMPLE


how to keep my jupyterlab still alive?

Choose One


Modified from developeranaz/Jupyter-Notebook-Server-Heroku

About

jupyter lab server via HEROKU , include ffmpeg, Aria2c-AriaNg, noVNC and rclone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.5%
  • Jupyter Notebook 30.1%
  • Dockerfile 1.6%
  • Shell 0.8%