In my settings, my linux server is offline and my local machine is online. so, i download packages by local machine and copy to linux.
Users can quickly and manually download all the required packages by the following method:
- Download Visdom and comment out main() in run_server.py as follows:
def download_scripts_and_run():
download_scripts()
# main()
- Install Visdom in an editable way, pip install -e visdom.tar.gz
- Open the corresponding visdom code in VSCode and manually execute Python run_Server. py
By performing the above operations, it is possible to achieve full access to JavaScript, CSS, fonts, etc. without the need for manual intervention