タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

debugとjupyterlabに関するni66lingのブックマーク (2)

  • A visual debugger for Jupyter

    Most of the progress made in software projects comes from incrementalism. The ability to quickly see the outcome of an execution and iterate has been one of the main reasons for the success of Jupyter, especially in scientific exploratory workflows. Jupyter users like to experiment in the notebook, and to use the notebook as an interactive communication tool. However, for more classical software d

    A visual debugger for Jupyter
  • Jupyter Lab visual debugger (ビジュアルデバッガ)の始め方|Shin Saito

    はじめに自分のようなプログラミング初心者にとって,記述したコードがどんな役割を果たすのかを理解するって大変なんです.しかしデバッグして変数の中身を確認できるようになると理解がしやすいですね.あー,こんな処理してるんだってのがわかり易いです. python機械学習や深層学習をやっていくとJupyter Labは必ず使用すると思います.pdbモジュールを使用してもデバッグできますが,慣れればいんですが最初は取っ付きにくかったです. そこでいろいろ調べていると,最近visual debuggerなるものがリリースされたようなので使ってみました. 詳細は以下Jupyterのブログにお譲りするとして https://blog.jupyter.org/a-visual-debugger-for-jupyter-914e61716559 とりあえず使ってみることにします. 必要なモジュール,エクステン

    Jupyter Lab visual debugger (ビジュアルデバッガ)の始め方|Shin Saito
  • 1