记录在安装MobaXterm11.0中miniconda的安装——环境搭建

安装miniconda的代码

 wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh

bash Miniconda3-latest-Linux-x86_64.sh

再更新一下conda

conda update conda

conda update --all

conda install jupyter notebook pandas matplotlib netcdf4 holoviews geoviews

 

安装TensorFlow

我习惯直接安装gpu版的

conda install tensorflow-gpu

这样会直接安装cuda相关的包还有其他的相关包

 

安装torch的代码(重点)

pip install --upgrade torch

pip install --upgrade torchvision

这样会比较简单,就是下载的比较久

 

在CSDN上看见其他人分享jupyter lab,也安装了一下试试

先安装nodejs

conda install -c conda-forge nodejs

然后

pip install ipython(可能不用)

 

pip install jupyterlab

或者

conda install -c conda-forge jupyterlab

 

conda update jupyter_core jupyter_client

 

可以进行一下配置,不过我习惯直接用

参考:https://lyric.im/c/the-craft-of-selfteaching/T-appendix.jupyter-installation-and-setup

再安装jupyter lab的扩展插件,大家似乎都推荐这个,可以用来试试

jupyter labextension install @jupyterlab/toc

 

打开就直接输入

jupyter lab

 

再补充一份参考资料\(^o^)/~

https://juejin.im/post/5c933e6d6fb9a070af219006

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
当需要连接远程linux并运行X程序时,很多朋友首先想到的是NetSarang Xmanager, 虽然这个工具的确很好用,不过这个软件不是免费的,所以银子不多的人得另外想办法。今天给大家介绍一款全功能SSH/X远程客户端-Xmanager最佳替代品终端软件,它就是MobaXterm。 Version 11.0 (2018-11-01) New feature: native integration of WSL (Windows Subsystem for Linux) into MobaXterm – run WSL into MobaXterm advanced terminal instead of Windows console and run graphical applications thanks to MobaXterm X server New feature: new experimental local terminal package “CygUtils64.plugin” comes with ZSH shell, 64-bit console utilities and improved apt-get packages manager – activate it from global settings, “terminal” tab New feature: added a new global setting in order to choose which local shell to use (Bash, ZSH (64-bits), Cmd, Powershell, or one of the Linux WSL distributions) Improvement: enhanced the Remote Monitoring bar to display information in red or orange when the values reach critical levels Improvement: improved SSH-browser performances, especially when remote folder contains many files/folders Improvement: improved sessions tree performances, especially when number of sessions is greater than 100 Improvement: reworked the global settings window for easier settings identification Improvement: improved compatibility of “Follow terminal folder” feature with remote Unix/Linux environments Improvement: added a prompt dialog in order to assign right-click action (context menu or paste) the first time you right-click into the terminal Improvement: updated OpenSSH client to version 7.5 when the new local terminal package is selected Improvement: updated “top”, “ps”, “ldd”, “kill”, and other core commands when the new local terminal package is selected Improvement: you can now specify the color of each tab by right-clicking on the tab or by specifying a custom tab color for each session Improvement: improved MobaXterm startup speed by using lazy loading for resources which may be unused Improvement: prevent the remote monitoring bar from disappearing temporarily when switching between tabs Improvement: updated icons for files/folders in SSH-browser and (s)FTP sessions Improvement: updated tray icon to the new MobaXterm flat logo Improvement: after choosing Bash or Zsh terminal in global settings, if you do not have the CygUtils plugin on your computer, a popup window prompts you to download it Improvement: updated PuTTY-based SSH engine to the latest version Improvement: adapted default settings to Brocade switches on SSH sessions Improvement: updated terminal smart selection to better detect URLs and delimiters when using default settings Improvement: added 5 manual Ini settings under the “Misc” section in order to control smart selection behavior (ForcedLeftDelimChars, ForcedRightDelimChars, DisabledLeftDelimChars, DisabledRightDelimChars and SmartDelimsForUrls) Improvement: with default syntax, URLs are now underlined – remember that you can ctrl+click them to open in default browser Improvement: improved size of main executable by removing unused code and optimizing several subfunctions Improvement: decreased latency when navigating through tabs, especially for SSH sessions Improvement: tooltips in the Remote Monitoring bar are now displayed using fixed font if necessary Improvement: disk usage tooltip values are displayed in human-readable format Improvement: try to detect Nexus devices and to avoid startin SCP when connecting through SSH Improvement: improved SFTP / FTP / S3 sessions performances, especially when remote folder contains many files/folders Improvement: after terminal has been paused (Ctrl+S), any key will “unfreeze” it. Many users thought that terminal was frozen after accidentally hitting Ctrl+S Bugfix: after setting the graphical interface elements size from global settings, modifications are properly applied at first MobaXterm restart Bugfix: fixed detection of disk space in remote monitoring when “df” returns results splitted across multiple lines Bugfix: when hitting “R” to reconnect a SSH session, if the gateway had been disconnected, MobaXterm will try to reconnect it first Bugfix: fixed some checkboxes placements, elements sizes and placements for High-DPI monitors Bugfix: fixed syntax highlighting which was disabled when running systemctl commands Bugfix: fixed VNC connections issues through SSH gateway (jump host) when new VNC engine was selected Bugfix: fixed an issue with hidden sidebar when it was set to the right and monitor DPI was above 144 pixels per inch Bugfix: MobaXterm now handles properly pipes characters in sessions folders names Bugfix: MobaXterm now handles properly arobase characters in tunnels usernames Bugfix: MobaXterm now handles properly arobase characters in stored passwords usernames Bugfix: fixed some visual flickering effects which occured on some buttons when mouse was over them Bugfix: the SSH-browser no longer follows the wrong terminal when the same SSH session is connected twice Bugfix: removed an unnecessary delay when waiting for the X server to start up Bugfix: passwords defined for VNC, telnet or FTP services were sometimes lost after restarting MobaXterm Bugfix: fixed some flickering effects which occured into Home tab after MobaXterm startup Bugfix: upload of multiple files in SSH-browser no longer gets stuck when “SSH preserve files dates” setting is activated Bugfix: fixed remote edition of multiple files in SSH-browser when remote files had the same names Bugfix: aligned sessions tree to the left at start up Bugfix: fixed some issues with MobApt when downloading old packages Bugfix: disabled “Remote monitoring” feature for SSH connections to Cisco routers Bugfix: “MobaFoldersDiff” tool has been re-added, after fixing the startup issue Bugfix: added “VISUAL” environment variable in order to fix potential issues with “crontab” command Version 10.9 (2018-08-02) Improvement: when SSH-browser is disabled, remote-monitoring feature is now also disabled, in order to avoid issues on Cisco routers Improvement: the experimental CygUtils64 plugin can be used with MobaXterm. If you want to test it, you can download it at https://mobaxterm.mobatek.net/CygUtils64.plugin Bugfix: fixed the “live-unpack” mechanism for local terminal plugins – some plugins were not working properly in “installed mode” or when using “persistent root” Bugfix: fixed some issues with X server detection which led to the “X” icon to stay red whereas X11 server was started Bugfix: fixed some issues with “Follow terminal folder” when remote monitoring was enabled
提供的源码资源涵盖了安卓应用、小程序、Python应用和Java应用等多个领域,每个领域都包含了丰富的实例和项目。这些源码都是基于各自平台的最新技术和标准编写,确保了在对应环境下能够无缝运行。同时,源码配备了详细的注释和文档,帮助用户快速理解代码结构和实现逻辑。 适用人群: 这些源码资源特别适合大学生群体。无论你是计算机相关专业的学生,还是对其他领域编程感兴趣的学生,这些资源都能为你提供宝贵的学习和实践机会。通过学习和运行这些源码,你可以掌握各平台开发的基础知识,提升编程能力和项目实战经验。 使用场景及目标: 在学习阶段,你可以利用这些源码资源进行课程实践、课外项目或毕业设计。通过分析和运行源码,你将深入了解各平台开发的技术细节和最佳实践,逐步培养起自己的项目开发和问题解决能力。此外,在求职或创业过程,具备跨平台开发能力的大学生将更具竞争力。 其他说明: 为了确保源码资源的可运行性和易用性,特别注意了以下几点:首先,每份源码都提供了详细的运行环境和依赖说明,确保用户能够轻松搭建起开发环境;其次,源码的注释和文档都非常完善,方便用户快速上手和理解代码;最后,我会定期更新这些源码资源,以适应各平台技术的最新发展和市场需求。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值