spyre icon indicating copy to clipboard operation
spyre copied to clipboard

a web application framework for python

Results 13 spyre issues
Sort by recently updated
recently updated
newest added

I am running this stoke code in documentation and getting error " AttributeError: module __main has no attribute __file__ ". I also tried another examples give there but I was...

Creating your @dataspyre hello-world app in a JupyterNotebook cell raises an error, @adamhajari : Same exact code outside of jupyter works just fine. 😮 ``` from spyre import server class...

I am using python 3.8.3 on Windows 10. All dependencies are fully up to date. I copied Example 2's code making only necessary changes, but the chart is stuck loading...

![Screen Shot 2020-05-10 at 7 18 41 PM](https://user-images.githubusercontent.com/63981564/81493256-1083c200-92f3-11ea-9bde-173267449003.png) Above shows the error I keep running into on using _pip install dataspyre_ Do you have requirements for version of python etc,...

Hi, I would like to add some text after the input button. How can I modify the file to do that? It would be great if there is a custom...

The following is a working example ```python from spyre import server class SimpleApp(server.App): title = "Simple App" inputs = [{ "type": "text", "key": "words", "label": "write words here", "value": "hello...

I have multiap with "Home" site on route "/" and also "UploadFile" site on route "/uploadFile", after uploading via button on site with route other than "/" there is no...

--- AttributeError Traceback (most recent call last) in () 15 16 app = SimpleApp() ---> 17 app.launch() 18 C:\Users\hsong01\AppData\Local\Continuum\Anaconda\lib\site-packages\dataspyre-0.2.0-py2.7.egg\spyre\server.pyc in launch(self, host, port) 404 405 def launch(self,host="local",port=8080): --> 406 webapp...

This is a great tool for descriptive analysis, and I am planning to use it on AWS. However, due to the limitation of the AWS Elastic Beanstalk Python platform, we...