-
Jupyter Tips
Basic Keyboard Shortcuts Tab Completion listing available modules on import listing available modules after import function completion variable completion listing relative path directory contents Jupyter Magic Functions List of the available magic commands %lsmagic Jupyter Magic Functions Available cell magics: Automagic is ON, % prefix IS NOT needed for line magics. Display plots inline Run […]
-
Markdown tutorial advanced
Markdown tutorial advanced Table Draw Table You can create tables with pipes | and hyphens -. Hyphens are used to create each column’s header, while pipes separate each column. You must include a blank line before your table in order for it to correctly render. Cells can vary in width and do not need to […]
-
Markdown tutorial fundamental
Markdown tutorial fundamental Markdown is a clean and neat text file for writing HTML without typing HTML that human can read the content easily from source markdown file. HTML is the file for a browser to display the content but human cannot read the content easily. We assume you have already have VS Code installed […]
-
VS Code Markdown guide
VS Code Markdown guide Make sure you have VS Code installed. VS Code comes with Markdown extension by default, but you can add more to improve the productivity. Markdown extensions allow you to extend and enhance Visual Studio Code’s built-in Markdown preview. This includes changing the look of the preview or adding support for new Markdown syntax. […]
-
Protected: Flutter course 1
There is no excerpt because this is a protected post.
-
VS Code configs
VS Code has many features but also it will have different settings in different computer. Some common setup can be found below. Configure display Language Change display language. Ctrl+Shift+P -> Configure display language -> Select your language https://code.visualstudio.com/docs/getstarted/locales Terminal Profiles If you can open terminal, then you can switch to another terminal from the terminal […]
-
Composer in ISPConfig
Install Composer in ISPConfig Find the user of your domain from the ISPConfig admin panel. It should be web[number], EG. web1. Login SSH as root. Modify /etc/passwd, search web?, Change /bin/false to /bin/bash Change folder protection. Be Careful Change folder ownership login as web user Download and install composer (one time only). Check composer Output: Composer […]
-
MacOS Bootstrap 2021 – Applications
We need many different applications for different projects. I listed some common programs here. See if you need them. Some can download from homebrew, some can download from App Store, some can only download from their website only. Files or Storage Dropbox Google Drive Microsoft OneDrive Filezilla Text Editor or IDE Evernote (App Store) VS […]
-
VS Code Shortcut
VS Code Shortcut Set keybinding to Run Python Search file Explorer Split Screen (Duplicate screen) User Settings Auto Format Select words vertically Others 8.1. Coming soon 1. Set keybinding to Run Python Ctrl + Shift + P Type “Run Python file in Terminal” Hover over it and click the ⚙️ icon Double click “Keybinding” Set your desired short 2. Search file Ctrl + P […]
-
VS Code must have plugins
VS Code must have plugins VS code become every developers favourite text editor because it has a lot of extension to expand the power to do different jobs. I listed some of the must of extensions that I have tried. 1. Python Extension 1.1. Python IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit […]