Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command for Running Remotely #70

Open
bparanj opened this issue Dec 28, 2023 · 0 comments
Open

Command for Running Remotely #70

bparanj opened this issue Dec 28, 2023 · 0 comments

Comments

@bparanj
Copy link

bparanj commented Dec 28, 2023

I currently have an EC2 instance that runs the Jupyterlab notebook. These commands are used:

ssh -f -i my.pem ubuntu@IP -L 8000:localhost:8181 -N
nohup jupyter-lab --no-browser --allow-root --port 8181 &

I am able to play with Rails on Jupyterlab. However, I need to replace the existing command such that the rake task used to run the Juyperlab allows me to bring up the notebook on EC2 instance. Please suggest any workaround or fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant