in replit : test_jupyter
pass : 112233
Create Jupyter notebooks on Replit!
Instructions:
- In the shell run
./generate_password.sh
- Enter password for your Jupyter notebook.
- Copy enecrypted password to a Replit Secret with the name
NOTEBOOK_PASSWORD
- Run the repl
- Open the webview in a new tab (you cannot log in via the webview in the workspace)
- 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