Main public logs
From Master of Neuroscience Wiki
Combined display of all available logs of Master of Neuroscience Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:12, 14 October 2025 Davrot talk contribs uploaded File:2022-04-01 21-31 1.png
- 15:12, 14 October 2025 Davrot talk contribs created page File:2022-04-01 21-31.png
- 15:12, 14 October 2025 Davrot talk contribs uploaded File:2022-04-01 21-31.png
- 15:12, 14 October 2025 Davrot talk contribs created page File:2022-04-01 21-30 3.png
- 15:12, 14 October 2025 Davrot talk contribs uploaded File:2022-04-01 21-30 3.png
- 15:12, 14 October 2025 Davrot talk contribs created page VS Code Debugging (Created page with " == The goal == We want to debug our Python source code like professionals. Questions to [mailto:davrot@uni-bremen.de David Rotermund] == Simple debugging in cell mode == If we use cells ( # %% ) (i.e. Python Interactive window ) then we can use the Variable button in the interactive Python window to open a variable viewer.<div class="figure"> image1 </div>Also you can interact with the Python kernel directly via the command input line (...") Tag: Visual edit
- 15:10, 14 October 2025 Davrot talk contribs created page File:2022-04-01 21-30.png
- 15:10, 14 October 2025 Davrot talk contribs uploaded File:2022-04-01 21-30.png
- 15:10, 14 October 2025 Davrot talk contribs created page File:2022-04-01 21-47 0.png
- 15:10, 14 October 2025 Davrot talk contribs uploaded File:2022-04-01 21-47 0.png
- 15:09, 14 October 2025 Davrot talk contribs created page File:2022-04-01 21-30 2.png
- 15:09, 14 October 2025 Davrot talk contribs uploaded File:2022-04-01 21-30 2.png
- 15:08, 14 October 2025 Davrot talk contribs created page File:2022-04-01 21-48 1.png
- 15:08, 14 October 2025 Davrot talk contribs uploaded File:2022-04-01 21-48 1.png
- 15:08, 14 October 2025 Davrot talk contribs created page File:2022-04-01 21-12.png
- 15:08, 14 October 2025 Davrot talk contribs uploaded File:2022-04-01 21-12.png
- 15:08, 14 October 2025 Davrot talk contribs created page File:2022-04-01 18-40 0.png
- 15:08, 14 October 2025 Davrot talk contribs uploaded File:2022-04-01 18-40 0.png
- 15:06, 14 October 2025 Davrot talk contribs created page VS Code Markdown (Created page with " = Markdown = == The goal == The VS Code Python cell have [https://www.markdownguide.org/basic-syntax/ markdown]! Questions to [mailto:davrot@uni-bremen.de David Rotermund] == Equations == <syntaxhighlight lang="python"># %% [markdown] # $A(t) = \int_0^t f(x) dt$</syntaxhighlight><div class="figure"> image0 </div> == Heading level == <syntaxhighlight lang="python"># %% [markdown] # # Heading level 1 # ## Heading level 2 # ### Heading level 3...") Tag: Visual edit
- 15:06, 14 October 2025 Davrot talk contribs created page File:Xdssd image5.png
- 15:06, 14 October 2025 Davrot talk contribs uploaded File:Xdssd image5.png
- 15:05, 14 October 2025 Davrot talk contribs created page File:Xdssd image4.png
- 15:05, 14 October 2025 Davrot talk contribs uploaded File:Xdssd image4.png
- 15:05, 14 October 2025 Davrot talk contribs created page File:Xdssd image3.png
- 15:05, 14 October 2025 Davrot talk contribs uploaded File:Xdssd image3.png
- 15:04, 14 October 2025 Davrot talk contribs created page File:Xdssd image2.png
- 15:04, 14 October 2025 Davrot talk contribs uploaded File:Xdssd image2.png
- 15:04, 14 October 2025 Davrot talk contribs created page File:Xdssd image0.png
- 15:04, 14 October 2025 Davrot talk contribs uploaded File:Xdssd image0.png
- 15:03, 14 October 2025 Davrot talk contribs created page File:Xdssd image1.png
- 15:03, 14 October 2025 Davrot talk contribs uploaded File:Xdssd image1.png
- 15:00, 14 October 2025 Davrot talk contribs created page VS Code Python Interactive window (Created page with " == The goal == Python Interactive window allows you to interactively develop code with VS Code. Questions to [mailto:davrot@uni-bremen.de David Rotermund] '''Please use # %% with .py files instead of .ipynb Jupyter notebook files for interactive cells!!!''' If you don’t know what I am talking about, please read: [https://code.visualstudio.com/docs/python/jupyter-support-py Python Interactive window] == Executing a cell == In the cell mode (# %%) you can use * SHIF...") Tag: Visual edit
- 14:57, 14 October 2025 Davrot talk contribs created page VS Code Microsoft Tutorials (Created page with " == The goal == Microsoft provides you already with tutorials for all the interesting topics. Questions to [mailto:davrot@uni-bremen.de David Rotermund] == The tutorials == * [https://code.visualstudio.com/docs/python/python-tutorial Getting Started with Python in VS Code] * [https://code.visualstudio.com/docs/python/editing Editing Python in Visual Studio Code] * [https://code.visualstudio.com/docs/python/linting Linting Python in Visual Studio Code] * [http...") Tag: Visual edit
- 14:49, 14 October 2025 Davrot talk contribs created page VS Code configuration (Created page with " == The goal == Configure VS Code for Python Questions to [mailto:davrot@uni-bremen.de David Rotermund] == The configuration == '''Press Ctrl + Shift + P then “Preference: Open Settings (JSON)”''' You will need to adapt it to your needs…<syntaxhighlight lang="json">{ // The color theme plus mini map "workbench.colorTheme": "One Dark Pro", // Adding the lines for Python "editor.rulers": [ 80, 120 ], // I don't like the...") Tag: Visual edit
- 14:42, 14 October 2025 Davrot talk contribs created page File:Image15b.png
- 14:42, 14 October 2025 Davrot talk contribs uploaded File:Image15b.png
- 14:42, 14 October 2025 Davrot talk contribs created page File:Image15.png
- 14:42, 14 October 2025 Davrot talk contribs uploaded File:Image15.png
- 14:42, 14 October 2025 Davrot talk contribs created page File:Image14.png
- 14:42, 14 October 2025 Davrot talk contribs uploaded File:Image14.png
- 14:42, 14 October 2025 Davrot talk contribs created page File:Image13b.png
- 14:42, 14 October 2025 Davrot talk contribs uploaded File:Image13b.png
- 14:42, 14 October 2025 Davrot talk contribs created page File:Image13.png
- 14:42, 14 October 2025 Davrot talk contribs uploaded File:Image13.png
- 14:41, 14 October 2025 Davrot talk contribs created page File:Image12.png
- 14:41, 14 October 2025 Davrot talk contribs uploaded File:Image12.png
- 14:41, 14 October 2025 Davrot talk contribs created page File:Image10b.png
- 14:41, 14 October 2025 Davrot talk contribs uploaded File:Image10b.png
- 14:41, 14 October 2025 Davrot talk contribs created page File:Image10.png
- 14:41, 14 October 2025 Davrot talk contribs uploaded File:Image10.png