soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
270 Bytes
class initialization
initialize
"Create the JS global"
Smalltalk at: #JS put: self basicNew.
"If we have the plugin, show workspace"
[JS window] ifError: [:err :rcvr | ^self].
Smalltalk isMorphic
ifTrue: [self openExamples]
ifFalse: [[self openExamples] fork].