conda install jupyter
conda install nb_conda
conda install ipykernel
python -m ipykernel install --user --name mykernel
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
| https://midu.dev/uses/ |
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
| https://plotly.com/~alishobeiri/1591/plotly-sankey-diagrams/#/ | |
| https://medium.com/plotly/4-interactive-sankey-diagram-made-in-python-3057b9ee8616 | |
| https://plotly.com/python/animations/ | |
| https://plotly.com/python/v3/gapminder-example/ | |
| # interactive covid | |
| https://chart-studio.plotly.com/~Bucky13/1/#/ | |
| #Some product maybe |
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
| eval `ssh-agent -s`; ssh-add your_key; git push | |
| # FOR PERMAMENT | |
| A solution would be to force the key files to be kept permanently, by adding them in your ~/.ssh/config file: | |
| IdentityFile ~/.ssh/gitHubKey | |
| IdentityFile ~/.ssh/id_rsa_buhlServer | |
| If you do not have a 'config' file in the ~/.ssh directory, then you should create one. It does not need root rights, so simply: |
conda install jupyter
conda install nb_conda
conda install ipykernel
python -m ipykernel install --user --name mykernel
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
| sudo apt-get install libprotobuf-dev protobuf-compiler | |
| export PYTHONPATH=$PYTHONPATH:`pwd`:`pwd`/ |
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 matplotlib.pyplot as plt | |
| import seaborn as sns | |
| # Aux class for plot frecuency | |
| class PlotFrecuency: | |
| """ | |
| Plot Top N words in a given column dataframe | |
| """ | |
| def __init__(self, path_to_save): | |
| self.path_to_save = path_to_save |
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
| export PLANTUML_LIMIT_SIZE 8192 |
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
| https://medium.com/@nikitakolmogorov/how-to-deploy-node-js-app-to-digital-ocean-droplet-with-free-continuous-integration-4a6cb73a6903 | |
| first: | |
| $ eval "$(ssh-agent -s)" | |
| next: | |
| $ ssh-add |