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

LiveBook #147

Open
nelsonic opened this issue Apr 5, 2022 · 4 comments
Open

LiveBook #147

nelsonic opened this issue Apr 5, 2022 · 4 comments

Comments

@nelsonic
Copy link
Member

nelsonic commented Apr 5, 2022

Programmer Passport: LiveBook - Video 1: LiveBook Scenarios: https://youtu.be/_Bj9Y0V8WgA

cc: @SimonLab

@SimonLab
Copy link
Member

SimonLab commented Apr 6, 2022

LiveBook collaborative feature: https://youtu.be/RKvqc-UEe34?t=1383

@nelsonic nelsonic self-assigned this Apr 6, 2022
@nelsonic
Copy link
Member Author

nelsonic commented Apr 6, 2022

@SimonLab have you tried running it on your localhost ? 💭

@SimonLab
Copy link
Member

SimonLab commented Apr 6, 2022

Yes, running on Ubuntu was easy. Because I have already Erlang/Elixir setup I just ran the following commands:
https://github.com/livebook-dev/livebook#escript

mix escript.install hex livebook

# add livebook to path (I'm using asdf)
asdf reshim elixir

# Start the Livebook server
livebook server

result:

[Livebook] Application running at http://localhost:8080/?token=7qm2om3hmp75v2zxkwxlspopov44mhhv

image

@nelsonic
Copy link
Member Author

nelsonic commented Apr 6, 2022

I did a similar install, but got the following warning along the way:

warning: you must append "/Users/n/.mix/escripts" to your PATH if you want to invoke escripts by name

Which meant that livebook was not installed on the path.

zsh: command not found: livebook

Added $HOME/.mix/escripts to PATH in ~/.bashrc and restarted terminal ...

After granting permissions:

image

I get a similar result:

image

What next? 💭

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

No branches or pull requests

2 participants