codeapp
codeapp copied to clipboard
Does port transmit function supportted by code app?
Whem I train a deep learning python model, I want to watch train loss or other train parameters by 'tensorboard --logdir=./logs', a website '127.0.0.1:6006' should be present in browser. But it does not works, the website can be assessed. Even I use '--bind-all' parameter. I have not try ssh port mapping.
Hi. Instead of using the ssh command, please take a look at the built-in remote SSH feature where port forward can be configured by GUI.
https://code.thebaselab.com/guides/connecting-to-a-remote-server-ssh-ftp
Thanks for reply. But my true problem is that when I run a web application in my server, however I can't assess the web in my local borwser with code App opened. Bulit-in remote ssh can simply add a new server, whereas can't config port forward. I wonder if the code app can just like VS Code, just Ctrl+click link in the terminal then we can access the web in local browser.
Configure port forwarding here:
@ohhh-yang Did it work for you?