kamu-data / kamu-cli

Next-generation decentralized data lakehouse and a multi-party stream processing network
https://kamu.dev
Other
303 stars 13 forks source link

Misleading messages in 'kamu notebook' #3

Closed LinuxUser404 closed 4 years ago

LinuxUser404 commented 5 years ago

Running kamu notebook produces rather misleading messages for the users: 1) [jupyter] [W 19:50:36.294 NotebookApp] No web browser found: could not locate runnable browser. 2) [jupyter] [I 19:50:36.289 NotebookApp] http://(kamu-jupyter or 127.0.0.1):80/?token=9101880d8cd3f305cb81df5251ae7edb965b27bc68e15b73 3) [jupyter] To access the notebook, open this file in a browser: [jupyter] file:///root/.local/share/jupyter/runtime/nbserver-1-open.html

It should let the user know what URL to use. That is something like: [INFO] Opening in browser: http://localhost:32768/?token=9101880d8cd3f305cb81df5251ae7edb965b27bc68e15b73

Where '32768' is the port mapped by docker(can be checked with 'docker ps -a')

sergiimk commented 4 years ago

Fixed in new Rust UI