WebCal
Ctrl K

指南

JetBrain Projector

指南整合常見問題支援
定價部落格
快速開始Top-Up and BillingAccelerating Access to Academic ResourcesQuick StartIntroductionMaintenance and TroubleshootingNetwork
平台資訊JetBrain ProjectorTmpWebCal Scholars Program @2026Introduction to the Public Beta/Suqian Zone AAbout UsCopying Data Between InstancesAnalysis of Server Performance MetricsTidal Computing PowerLoad Balancing
國產晶片Using Huawei MindIEHuawei Ascend NPUMooreThread GPU
環境設定CUDA/cuDNNMinicondaPython3.XInstalling DependenciesOverviewImages
企業進階功能Flexible DeploymentElastic Deployment Release NotesBest Practices for Elastic DeploymentPerformance Metrics Monitoring
容器實例JupyterLabRemote SSH ConnectionSave the imageScaling ConfigurationMulti-machine, multi-GPU parallel processingDaemonOverviewChange the billing methodMigration Example (Same Region)Migration ExamplesRemote DesktopReset the system
如何選擇 GPUGPU SelectionPerformance Testing
資料Upload DataDownload DataPublic DataPublic Cloud Storage (Highly Recommended)Compression / DecompressionFile StorageLocal data diskOverview
最佳實務FileZillaGitGromacsHuggingFaceKataGoLinux BasicsMPIOpenCLPyCharm Remote DevelopmentR (RStudio) InstallationSSH TunnelTensorBoardRemote Development with VSCodeVisdomVulkanXShellOpen PortsWeChat MessagesPerformanceExpose multiple servicesMoney-Saving TipsComputation Precision IssuesSoftware Sources

平台資訊

JetBrain Projector

2026/07/3053228 次瀏覽

Projector is another option for remote development with PyCharm. It does not require PyCharm Professional; all you need locally is a browser (though you can optionally install a client to connect). However, because it essentially transmits a video stream, it has high bandwidth requirements and suffers from significantly more lag than remote development using PyCharm and VSCode.

Install the Required Dependencies

Execute the following in the instance:

apt-get update && apt install -y less libxext6 libxrender1 libxtst6 libfreetype6 libxi6

Installing projector

Execute the following in the instance:

pip3 install projector-installer

Installing and Running PyCharm

Execute the following in the instance:

 # 安装,第一次安装默认会运行
 projector install pycharm

 # 运行
 projector run pycharm

image-20211116165718559

Access the instance via SSH on port 9999

Run the following on your local computer:

ssh -CNg -L 9999:127.0.0.1:9999 root@region-1.webcal.com -p 43370. Replace the port "43370" after the -p parameter with the port specified in your instance's SSH instructions, and replace "region-1.webcal.com" with the address specified in your instance's SSH instructions.

Open PyCharm in a local browser

Access: http://localhost:9999/

You can also use the official Native App client to connect to a remote Projector: https://lp.jetbrains.com/projector/

image-20211116170031803

下一篇Miniconda
WebCal文件返回指南