sonsongithub / numsw

Swift library like numpy, playgrounds notebook like jupyter.
MIT License
133 stars 9 forks source link

/sandbox を /Playgrounds 配下に移動 #37

Closed omochi closed 7 years ago

omochi commented 7 years ago
#if SANDBOX_APP
    import numsw
#endif

こうすると、sandbox appではimportが書かれ、playgrounds内ではimportが消えるようになります。これは /Playgrounds 配下のソースで使用します。