Skip to content

Instantly share code, notes, and snippets.

View michaelaye's full-sized avatar

Michael Aye michaelaye

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
[D 15:34:01.167 LabApp] Searching ['/Users/klay6683/Dropbox/src', '/Users/klay6683/.jupyter', '/Users/klay6683/miniconda3/envs/py37/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[D 15:34:01.167 LabApp] Looking for jupyter_config in /etc/jupyter
[D 15:34:01.167 LabApp] Looking for jupyter_config in /usr/local/etc/jupyter
[D 15:34:01.167 LabApp] Looking for jupyter_config in /Users/klay6683/miniconda3/envs/py37/etc/jupyter
[D 15:34:01.167 LabApp] Looking for jupyter_config in /Users/klay6683/.jupyter
[D 15:34:01.167 LabApp] Looking for jupyter_config in /Users/klay6683/Dropbox/src
[D 15:34:01.168 LabApp] Looking for jupyter_notebook_config in /etc/jupyter
[D 15:34:01.168 LabApp] Looking for jupyter_notebook_config in /usr/local/etc/jupyter
[D 15:34:01.168 LabApp] Looking for jupyter_notebook_config in /Users/klay6683/miniconda3/envs/py37/etc/jupyter
[D 15:34:01.169 LabApp] Loaded config file: /Users/klay6683/miniconda3/envs/py37/etc/jupyter/jupyter_notebook_config.json
def plot_loglog(self, country, freq="2d"):
newdf = self.get_country(country)
return (
newdf.resample(freq)
.mean()
.hvplot.scatter(
x="Infections",
y="Rate",
logy=True,
logx=True,
Object = IsisCube
Object = Core
StartByte = 65537
Format = Tile
TileSamples = 512
TileLines = 512
Group = Dimensions
Samples = 1024
Lines = 1024
astropy
autopep8
basemap
black
bokeh
bump2version
cartopy
cython
dask
datashader
@michaelaye
michaelaye / install_my_libs.sh
Last active March 31, 2020 17:51
My scripts for conda env management
#!/bin/bash
# reinstall all my packages
cd ~/Dropbox/src
for folder in 'pyciss' 'planet4' 'pyuvis' 'hirise_tools' 'pytelescope' 'nbtools' 'planetpy' 'pysis' 'p4terrains';
echo "Installing $folder";
pip install -e $folder;
echo;
done
# reinstall packages from pip that are needed
pip install -r pip_packages_to_install.txt
.ipynb_checkpoints
[Error] Something went wrong :(
Error: <!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Jupyter Notebook</title>
<link id="favicon" rel="shortcut icon" type="image/x-icon" href="/static/base/images/favicon.ico?v=97c6417ed01bdc0ae3ef32ae4894fd03">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# packages in environment at /Users/klay6683/miniconda3/envs/py37:
#
# Name Version Build Channel
alabaster 0.7.12 py_0 conda-forge
altair 4.0.1 py_0 conda-forge
apipkg 1.5 py_0 conda-forge
appdirs 1.4.3 py_1 conda-forge
appnope 0.1.0 py37_1000 conda-forge
argh 0.26.2 pypi_0 pypi
arrow-cpp 0.16.0 py37h5ba6457_0 conda-forge