Skip to content

Commit

Permalink
added deprecation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Jun 23, 2024
1 parent 5cbb896 commit 9ceec59
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion notebooks/noj_book/more_visualization.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
;; # More visualization examples (experimental ๐Ÿ› )
;; # More visualization examples (to be deprecated ๐Ÿ› )

;; author: Daniel Slutsky

;; This functionality will soon be replated by [Hanamicloth](https://scicloj.github.io/hanamicloth/).

(ns noj-book.more-visualization
(:require [aerial.hanami.templates :as ht]
[clojure2d.color :as color]
Expand Down
4 changes: 3 additions & 1 deletion notebooks/noj_book/statistical_visualization.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
;; # Statistical Visualization (experimental ๐Ÿ› )
;; # Statistical Visualization (to be depracated ๐Ÿ› )

;; This functionality will soon be replated by [Hanamicloth](https://scicloj.github.io/hanamicloth/).

;; author: Daniel Slutsky

Expand Down
4 changes: 3 additions & 1 deletion notebooks/noj_book/visualization.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
;; # Visualization (experimental ๐Ÿ› )
;; # Visualization (too be deprecated ๐Ÿ› )

;; author: Daniel Slutsky

;; This functionality will soon be replated by [Hanamicloth](https://scicloj.github.io/hanamicloth/).

(ns noj-book.visualization
(:require [aerial.hanami.templates :as ht]
[noj-book.datasets :as datasets]
Expand Down

0 comments on commit 9ceec59

Please sign in to comment.