This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unbind r | |
| bind r source-file ~/.tmux.conf | |
| set -g prefix C-z | |
| set -g mouse on | |
| bind-key h select-pane -L | |
| bind-key j select-pane -D | |
| bind-key k select-pane -U | |
| bind-key l select-pane -R |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pandas as pd | |
| from prophet import Prophet | |
| # Initialize the model | |
| m = Prophet() | |
| # you dataframe should have only two columns | |
| # column1 - DateTime object | |
| # column2 - value |
https://www.youtube.com/watch?v=DzNmUNvnB04
brew install tmux
# Check version ('V' is capital V)In the VM settings, add a new network adapter. Choose vmnet2 to vmnet7 - they come with their own IP address blocks.
ifconfigCheck the IP address assigned to that bridge. It's usually the first host address in the network assigned to the custom host-only network you added earlier.