Jupyter Notebook 6.4.4 Documentationauthor notebook documents that include: n”, “- Live coden”, “- Interactive widgetsn”, “- Plotsn”, “- Narrative textn”, “- Equationsn”, “- Imagesn”, “- Videon”, “n”, “These documents provide a complete and combines three components:n”, “n”, “* The notebook web ap- plication: An interactive web application for writing and running code interactively and authoring notebook documents.n”, “* Kernels: Separate processes also handles things like computations for in- teractive widgets, tab completion and introspection. n”, “* Notebook documents: Self- contained documents that contain a representation of all content visible0 码力 | 182 页 | 1.53 MB | 1 年前3
Jupyter Notebook 6.2.0 Documentationauthor notebook documents that include: n”, “- Live coden”, “- Interactive widgetsn”, “- Plotsn”, “- Narrative textn”, “- Equationsn”, “- Imagesn”, “- Videon”, “n”, “These documents provide a complete and combines three components:n”, “n”, “* The notebook web ap- plication: An interactive web application for writing and running code interactively and authoring notebook documents.n”, “* Kernels: Separate processes also handles things like computations for in- teractive widgets, tab completion and introspection. n”, “* Notebook documents: Self- contained documents that contain a representation of all content visible0 码力 | 176 页 | 1.51 MB | 1 年前3
Jupyter Notebook 6.2.0 DocumentationT. Hendrix Evan Van Dam Francesco Franchina Frédéric Chapoton Félix-Antoine Fortin Gabriel Gabriel Nützi Gabriel Ruiz Gestalt LUR Grant Nestor Gustavo Efeiche Harsh Vardhan Heng GAO Hisham Elsheshtawy (PR #2910 [https://github.com/jupyter/notebook/pull/2910/]). Config option to shut down server after n seconds with no kernels (PR #2963 [https://github.com/jupyter/notebook/pull/2963/]). Display a “close” to requirements for building docs (PR #2964 [https://github.com/jupyter/notebook/pull/2964/]). I18n readme.md improvement (PR #2962 [https://github.com/jupyter/notebook/pull/2962/]). Add 'reason' field0 码力 | 283 页 | 4.07 MB | 1 年前3
Jupyter Notebook 6.4.4 DocumentationT. Hendrix Evan Van Dam Francesco Franchina Frédéric Chapoton Félix-Antoine Fortin Gabriel Gabriel Nützi Gabriel Ruiz Gestalt LUR Grant Nestor Gustavo Efeiche Harsh Vardhan Heng GAO Hisham Elsheshtawy 300 (2910 [https://github.com/jupyter/notebook/pull/2910]). Config option to shut down server after n seconds with no kernels (2963 [https://github.com/jupyter/notebook/pull/2963]). Display a “close” button send2trash to requirements for building docs (2964 [https://github.com/jupyter/notebook/pull/2964]). I18n readme.md improvement (2962 [https://github.com/jupyter/notebook/pull/2962]). Add ‘reason’ field to0 码力 | 293 页 | 4.08 MB | 1 年前3
Hello 算法 1.0.0 Python版271 13.3 子集和问题 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 277 13.4 n 皇后问题 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 283 13.5 小结 . . 他们是(按照 GitHub 自动生成的顺序):krahets、codingonion、nuomi1、Gonglja、Reanon、justin‑tse、danielsss、 hpstory、S‑N‑O‑R‑L‑A‑X、night‑cruise、msk397、gvenusleo、RiverTwilight、gyt95、zhuoqinyue、 Zuoxun、Xia‑Sang、mingXta、Fa … , ? − 1 : # === File: iteration.py === def for_loop(n: int) -> int: """for 循环""" res = 0 # 循环求和 1, 2, ..., n-1, n for i in range(1, n + 1): res += i return res 图 2‑1 是该求和函数的流程框图。 第 2 章 复杂度分析0 码力 | 362 页 | 17.54 MB | 1 年前3
Hello 算法 1.1.0 Python版270 13.3 子集和问题 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 275 13.4 n 皇后问题 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 282 13.5 小结 . . 自动生成的顺序):krahets、Gonglja、nuomi1、codingonion、Reanon、justin‑tse、hpstory、 danielsss、curtishd、night‑cruise、S‑N‑O‑R‑L‑A‑X、msk397、gvenusleo、RiverTwilight、gyt95、 zhuoqinyue、Zuoxun、mingXta、hello‑ikun、khoaxuantu、Fa … , ? − 1 : # === File: iteration.py === def for_loop(n: int) -> int: """for 循环""" res = 0 # 循环求和 1, 2, ..., n-1, n for i in range(1, n + 1): res += i return res 图 2‑1 是该求和函数的流程框图。 第 2 章 复杂度分析0 码力 | 364 页 | 18.42 MB | 1 年前3
Hello 算法 1.0.0b5 Python版。感谢每一位投入时间与精力的撰稿人,他们是 (按照 GitHub 自动生成的顺序):krahets, justin‑tse, sjinzh, nuomi1, Reanon, Gonglja, S‑N‑O‑R‑ L‑A‑X, hpstory, danielsss, RiverTwilight, gvenusleo, msk397, gyt95, night‑cruise, zhuoqinyue, 272 13.3 子集和问题 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 277 13.4 N 皇后问题 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 284 13.5 小结 . . . … , ? − 1 。 # === File: iteration.py === def for_loop(n: int) -> int: """for 循环""" res = 0 # 循环求和 1, 2, ..., n-1, n for i in range(1, n + 1): res += i return res 图 2‑1 展示了该求和函数的流程框图。 第 2 章 复杂度分析0 码力 | 361 页 | 30.64 MB | 1 年前3
Hello 算法 1.0.0b4 Python版。感谢每一位投入时间与精力的撰稿人,他们 是(按照 GitHub 自动生成的顺序):krahets, sjinzh, justin‑tse, Reanon, nuomi1, Gonglja, S‑N‑O‑ R‑L‑A‑X, danielsss, hpstory, RiverTwilight, msk397, gyt95, zhuoqinyue, FangYuan33, mingXta, gvenusleo 13.3. 子集和问题 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249 13.4. N 皇后问题 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 255 13.5. 小结 . . 1 + 10 + (1 + 5) × ? = 6? + 12 # 在某运行平台下 def algorithm(n: int): a = 2 # 1 ns a = a + 1 # 1 ns a = a * 2 # 10 ns # 循环 n 次 for _ in range(n): # 1 ns print(0) # 5 ns 2. 复杂度 hello‑algo.com 15 然而实0 码力 | 329 页 | 27.34 MB | 1 年前3
Hello 算法 1.2.0 简体中文 Python 版270 13.3 子集和问题 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 275 13.4 n 皇后问题 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 282 13.5 小结 . . 自动生成的顺序):krahets、coderonion、Gonglja、nuomi1、Reanon、justin‑tse、hpstory、 danielsss、curtishd、night‑cruise、S‑N‑O‑R‑L‑A‑X、msk397、gvenusleo、khoaxuantu、RiverTwilight、 rongyi、gyt95、zhuoqinyue、K3v123、Zuoxun、mingXta … , ? − 1 : # === File: iteration.py === def for_loop(n: int) -> int: """for 循环""" res = 0 # 循环求和 1, 2, ..., n-1, n for i in range(1, n + 1): res += i return res 第 2 章 复杂度分析 www.hello‑algo.com0 码力 | 364 页 | 18.43 MB | 10 月前3
Hello 算法 1.2.0 繁体中文 Python 版270 13.3 子集和問題 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 275 13.4 n 皇后問題 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 282 13.5 小結 . . 自動生成的順序):krahets、coderonion、Gonglja、nuomi1、Reanon、justin‑tse、hpstory、 danielsss、curtishd、night‑cruise、S‑N‑O‑R‑L‑A‑X、msk397、gvenusleo、khoaxuantu、RiverTwilight、 rongyi、gyt95、zhuoqinyue、K3v123、Zuoxun、mingXta … , ? − 1 : # === File: iteration.py === def for_loop(n: int) -> int: """for 迴圈""" res = 0 # 迴圈求和 1, 2, ..., n-1, n for i in range(1, n + 1): res += i return res 第 2 章 複雜度分析 www.hello‑algo.com0 码力 | 364 页 | 18.74 MB | 10 月前3
共 533 条
- 1
- 2
- 3
- 4
- 5
- 6
- 54













