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
    
  
  
    
  | #!/bin/env bash | |
| set -euox pipefail | |
| python -m venv .venv | |
| source .venv/bin/activate | |
| pip install jupyterlab plotly | |
| cargo install evcxr_jupyter | |
| evcxr_jupyter --install | |
| # and then... | 
  
    
      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
    
  
  
    
  | ;;; Package --- dir-locals.el -*- lexical-binding: t; -*- | |
| ;;; Summary: This project's configurations for emacs. | |
| ;;; | |
| ;;; Commentary: | |
| ;;; | |
| ;;; If you don't use the `emacs` editor, you can safely ignore this file. | |
| ;;; If you do use it, you may want to copy it to `.dir-locals.el`. It will | |
| ;;; set up some configuration variables that will only work when Emacs is | |
| ;;; visiting this project. | |
| ;;; | 
OlderNewer