sinbrive / first-jupyter-replit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter on Replit

in replit : test_jupyter pass : 112233

Create Jupyter notebooks on Replit!

Instructions:

  1. In the shell run ./generate_password.sh
  2. Enter password for your Jupyter notebook.
  3. Copy enecrypted password to a Replit Secret with the name NOTEBOOK_PASSWORD
  4. Run the repl
  5. Open the webview in a new tab (you cannot log in via the webview in the workspace)
  6. Log in with the password you entered in step 2

Add package in Replit.nix

{ pkgs }: {
	deps = [
		pkgs.jupyter
    pkgs.jq
    pkgs.python3
    pkgs.python3Packages.pip
    pkgs.python3Packages.pandas
    pkgs.python3Packages.numpy
    pkgs.python3Packages.flask
    pkgs.python3Packages.matplotlib
        pkgs.python3Packages.pylab 
	];
}

test_new_package_nix

image

About


Languages

Language:Jupyter Notebook 98.9%Language:Python 0.5%Language:Nix 0.4%Language:Shell 0.3%