Xiaokang Fu

Results 39 issues of Xiaokang Fu

Is there an easy way to set up the App galley [like this](https://awesome-panel.org/gallery)?

The code, ```python import panel as pn pn.extension('echarts') from pyecharts.globals import CurrentConfig, NotebookType CurrentConfig.NOTEBOOK_TYPE = NotebookType.JUPYTER_LAB from pyecharts import options as opts from pyecharts.charts import Geo from pyecharts.faker import Faker...

type: bug

百度网盘无法创建apps文件夹,说没有quanxian执行命令 重命名已有文件夹为apps时显示已存在apps文件夹;但是并没有找到apps文件夹在哪里

百度网盘无法创建apps文件夹,说没有quanxian执行命令 重命名已有文件夹为apps时显示已存在apps文件夹;但是并没有找到apps文件夹在哪里

I got an error when exporting to hdf5. I use wsl2 in windows. ``` temp = pd.read_parquet(file_path) vaex_df = vaex.from_pandas(temp,copy_index=False) vaex_df.export_hdf5('test.hdf5') ``` > --------------------------------------------------------------------------- ValueError Traceback (most recent call last)...

needed: more information

The webpage [https://elegant.oncrashreboot.com/photoswipe-gallery-using-raw-html](https://elegant.oncrashreboot.com/photoswipe-gallery-using-raw-html) does not show the photo galley. See the screen shoot here

bug

It would be nice to have a marker size legend function like below, ![image](https://user-images.githubusercontent.com/5254627/192402931-ca429e42-f74c-4cd8-9d42-21a5d47d4f27.png) see [plotly example](https://plotly.com/python/bubble-maps/) The legend mark size will be scaled according to the real value. Some...

enhancement

I wish I could use geopandas to plot some point data, mapping one of the columns as the maker `radius`. The function is similar as the `.plot` function with the...

enhancement

from revChatGPT.ChatGPT import Chatbot ...: ...: chatbot = Chatbot({ ...: "session_token": "" ...: }, conversation_id=None, parent_id=None) # You can start a custom conversation ...: ...: response = chatbot.ask("Prompt", conversation_id=None, parent_id=None)...

bug

I like to check the status of data processing, but when the computer has a large number of cores, the progress bar will take up a lot of space. Is...