a site to share moments and soughts~

Victor's blog


  • Home
  • Archive
  • Tags
  • about
  •   

© 2025 Victor

Theme Typography by Makito

Proudly published with Hexo

Jupyter Notebook & Jupyter Lab 全方位配置使用指南

Posted at 2025-02-04 操作 

一、环境准备与核心安装 1.1 Anaconda 集成环境(推荐首选) 1.1.1 Anaconda 安装全流程 Windows: 访问 Anaconda 官网 下载 .exe 安装包 双击安装时务必勾选 “Add Anaconda3 to my PATH environment variable”(环境变...

Python虚拟环境配置与使用教程deepseek

Posted at 2025-02-02 操作 

写给零基础新手的开篇指南 想象这样一个场景:你在厨房准备两桌宴席,一桌需要川菜麻辣口味,另一桌需要粤菜清淡口味。如果所有调料都混在同一个调料盒里,会发生什么?Python开发中的虚拟环境,就是帮你把不同项目的"调料"分开存放的智能工具箱。 一、为什么需要虚拟环境?(超详细解析) 1.1 现实...

TeX Live+VSCode的本地LaTeX配置

Posted at 2024-11-30 操作 

前言 两个月前,我把MacTex(TeX Live的mac发行版)从mac中删除,因为mac的磁盘空间不足。然而,MikTex带来的问题超乎我的想象。原本以为MikTex仅仅是精简了包,空间上大大缩减,谁知在编译中文的时候,MikTex频频出问题。Claude多次提醒我可能是MikTex对于中文的支持不够好。事实...

encoding

Posted at 2024-09-26 操作 

hexo clean hexo g -d hexo s

Hello World

Posted at 2024-09-26

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in trouble...

Mac 安装Node.js 20 后`node -v` 和 `npm -v`找不到的解决方案

Posted at 2024-09-21 操作 

Mac 安装Node.js 20 后node -v 和 npm -v找不到的解决方案 根据你提供的信息,我们可以看到 Node.js 20 确实已经成功安装在你的系统上。问题在于它是以 “keg-only” 的方式安装的,这意味着它没有被自动链接到你的系统路径中。让我们按照 Homebrew 的建议来解决这个问题...

关于LaTeX尾注

Posted at 2024-09-05 操作 

edition1 要将尾注的数字加上中括号,您可以自定义一个新的脚注命令。这里是一种实现方式: 在文档的导言区(preamble)添加以下代码: 然后在正文中使用 \footnote 命令时,就会自动在脚注中显示带中括号的数字。 例如: 这将产生一个带有 “[1]” 样式的脚注。 如果您只想在...

notes_The Python Book_20240418

Posted at 2024-04-28 操作 

3.Packages and Builtin Functions dir(): This function takes in an object and returns the dir() of that object giving us the attributes of the object. Th...

Page 1 / 1  

 Previous Next 

© 2025 Victor

Theme Typography by Makito

Proudly published with Hexo