This file contains 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
*.img | |
*.raw |
This file contains 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
# source: https://stackoverflow.com/questions/21754976/ | |
import numpy as np | |
from IPython.display import HTML | |
import io | |
import base64 | |
class FlowLayout(object): | |
''' A class / object to display plots in a horizontal / flow layout below a cell ''' | |
def __init__(self): |
This file contains 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
# source: https://stackoverflow.com/questions/21754976/ | |
import numpy as np | |
from IPython.display import HTML | |
import io | |
import base64 | |
class FlowLayout(object): | |
''' A class / object to display plots in a horizontal / flow layout below a cell ''' | |
def __init__(self): |
This file contains 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
# source: https://stackoverflow.com/questions/21754976/ | |
import numpy as np | |
from IPython.display import HTML | |
import io | |
import base64 | |
class FlowLayout(object): | |
''' A class / object to display plots in a horizontal / flow layout below a cell ''' | |
def __init__(self): |
This file contains 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
# source: https://stackoverflow.com/questions/21754976/ | |
import numpy as np | |
from IPython.display import HTML | |
import io | |
import base64 | |
class FlowLayout(object): | |
''' A class / object to display plots in a horizontal / flow layout below a cell ''' | |
def __init__(self): |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
__author__ = "[email protected]" | |
__copyright__ = "Copyright 2020, 2018, https://gist.github.com/ruxi/ff0e9255d74a3c187667627214e1f5fa" | |
__license__ = "MIT" | |
__version__ = "0.0.2" | |
# update: June 13, 2020 | |
# created: Feb 19, 2018 | |
# desc: seaborn jointplot with 'hue' | |
# prepared for issue: https://github.com/mwaskom/seaborn/issues/365 | |
# resolved (22 Aug 2020): https://github.com/mwaskom/seaborn/pull/2210 |
This file contains 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
# install latest nvidia driver | |
sudo add-apt-repository ppa:graphics-drivers/ppa | |
sudo apt-get update | |
# then go to device manager and dl newest driver | |
# nvidia-390 for linux >4.13.32 | there is a bug with <nvidia-390 & >linux 4.13.25 | |
This file contains 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
"""gitpath v2, modified | |
Copyright (c) 2017 github.com/ruxi | |
Copyright (c) 2015 Maximilian Nöthe | |
Licensed under the MIT | |
""" | |
import subprocess | |
import os.path | |
def gitpath(chdir = False): | |
"""change dirpath to git root directory, or use-rdefined path |
This file contains 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
#!/usr/bin/env python | |
""" | |
Author: https://github.com/ruxi | |
Date Created: Tuesday, 26 Sep 2017 | |
last updated: Tuesday, 26 Sep 2017 | |
Python Version: 3.6 | |
""" | |
__author__ = "https://github.com/ruxi" | |
__date_created__ = "Tuesday, 26 Sep 2017" |
NewerOlder