-
Notifications
You must be signed in to change notification settings - Fork 38
Remove the name urth
from all our elements and apis
#187
Comments
Refs #141 |
Just curious, would it be possible to still alias jupyter_declwidgets with urth.widgets just so that all the notebooks in existence continue to work? We don't necessarily have to because it's all < 1.0 and incubator, but would be nice if it's not a huge pain to maintain such an alias. |
Not sure if that is possible, but I we would certainly look into it. As a note, we should do the same for the Python and scala libraries. |
Some work for this is being done in #315 |
The rename of the kernel APIs is being done in #389 |
Is |
It probably should... to what? |
After talking to @lbustelo yesterday, he suggested that we find a way to make the transition from I was hoping we could do this by using Polymer inheritance support. Unfortunately, Polymer 1.0 only supports extending native html elements, as opposed to extending custom elements (looks like they're working on it for future release): https://www.polymer-project.org/1.0/docs/devguide/registering-elements#type-extension |
Removing this from the milestone. Renaming the elements at this point does not buy us anything other than more pain. There is no easy way of doing it other than copy/paste. |
How about create two folders in The current organization of the |
@haobibo So the main headache was that we could not find a way to create aliases in Polymer without basically having to copy code. |
The goal of this issue is to get rid of the
urth
name from anything that is accessible by the end user. A couple of items include<urth-core-*>
or<urth.viz.*>
to<jupyter-*>
. For example:<urth-core-function> -> <jupyter-function>
urth.widgets.*
tojupyter_declwidgets.*
(open for suggestions) in python and scalaUrthData
andUrth
globalsurth_components
directory used in thelink
taghref
The text was updated successfully, but these errors were encountered: