Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 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
| # See https://www.anaconda.com/understanding-and-improving-condas-performance/ for more info. | |
| # help debug channel issues | |
| show_channel_urls: true | |
| # pip will always be installed with python | |
| add_pip_as_python_dependency: true | |
| # strict priority and conda-forge at the top will ensure | |
| # that all of your packages will be from conda-forge unless they only exist on defaults |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 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
| <template> | |
| <div class="wrapper"> | |
| <parallax class="section page-header header-filter" :style="headerStyle"></parallax> | |
| <div class="main main-raised"> | |
| <div class="section"> | |
| <div class="container"> | |
| <div class="md-layout"> | |
| <div class="md-layout-item md-size-66 md-xsmall-size-100 mx-auto text-center"> | |
| <h2 class="title text-center"> | |
| <p class="c2"> |
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 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
| FROM pangeo/pangeo-notebook-onbuild:2019.10.15 |