Skip to content

Instantly share code, notes, and snippets.

View AminTaheri23's full-sized avatar
🤖
💭

Amin Taheri AminTaheri23

🤖
💭
View GitHub Profile
@mcsaeid
mcsaeid / Twitter.css
Last active April 25, 2022 18:27
Minimal Twitter
/* حذف لوگوی توئیتر */
[aria-label="Twitter"],
[aria-label="توییتر"] {
display: none;
}
/* ستون سمت چپ */
/* Explore و ،Bookmarks ،Lists چیزهایی که استفادهٔ کمتری دارن، شامل */
@discdiver
discdiver / jupyterlab_shortcuts.md
Last active September 20, 2024 18:39
Common Jupyter Lab Keyboard Shortcuts

If you are on a Mac, substitute command for control. Don't type the + (it means press both keys at once).

Shortcuts when in either command mode (outside the cells) or edit mode (inside a cell):

  • Shift + Enter run selected cell or cells - if no cells below, insert a code cell below

  • Ctrl + B toggle hide/show left sidebar

  • Ctrl + S save and checkpoint

  • Ctrl + Shift + S save as