Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View fomightez's full-sized avatar

Wayne's Bioinformatics Code Portal fomightez

View GitHub Profile
@fomightez
fomightez / Guide to distinguishing Jupyter interfaces early 2024.md
Last active April 8, 2024 21:17
Guide to distinguishing Jupyter interfaces early 2024

Quickly Navigating the tech of the Jupyter ecosystem post-2023

The Jupyter ecosystem got more complex in 2023. Want more background, see the second half of my answer here that references resources detailing how the Jupyter ecosystem changed a lot in 2023 with Jupyter Notebook 7+ now being built on the same components as JupyterLab.

The upshot of this is now it can be hard to tell what you are using for writing and running Jupyter notebook .ipynb files. However, knowing this can be important when you want to do something like display an interactive matplotlib-based plot or make a an animation.

One key indicator to distinguishing the flavor of classic style vs. modern:

KEY TIP: Older style has a 'Cell' menu along the File menubar.

Does the menubar the starts with 'File' include 'Cell'?

@fomightez
fomightez / mainFROMJupyterLab.ipynb
Created April 3, 2024 17:18
Further investigating SO https://stackoverflow.com/q/78267508/8508004 Seeing if JupyterLab results in less useable on nbviewer
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fomightez
fomightez / MoHassan01main.ipynb
Created April 3, 2024 16:14
Further investigating SO https://stackoverflow.com/q/78267508/8508004 THIS TIME ALL THE CONTENT OF MAIN
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fomightez
fomightez / MoHassan01main.ipynb
Created April 3, 2024 16:13
Further investigating SO https://stackoverflow.com/q/78267508/8508004 THIS TIME ALL OF MAIN TO ATTEMPT
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fomightez
fomightez / MoHassan01main3with2plots.ipynb
Created April 3, 2024 15:30
Further investigating SO https://stackoverflow.com/q/78267508/8508004 THIS TIME TWO OF THE MANY PLOTS
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fomightez
fomightez / For SO question about viewing tabs in HTML embedded using ipywidgets.ipynb
Last active April 1, 2024 19:49
For SO question about viewing tabs in HTML embedded using ipywidgets, see [here](https://stackoverflow.com/q/78256901/8508004)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fomightez
fomightez / SO Plot with trend line simple.ipynb
Created March 15, 2024 21:11
Adding a trend line after the fact in a different cell of a notebook.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.